$$Excel-Macros$$ Exel macro help

2016-06-23 Thread Karthik Sarmah
Hi All, I am looking to copy paste data from one spreadsheet to another. In the process, i do not want the users to update same rows multiple times. I would require macro to identify the duplicate row (using a unique id) and update the row. Sometimes there might be some changes and hence the lat

$$Excel-Macros$$ Macro to pull data from multiple files in a folder and also copy only certain columns to destination

2016-06-21 Thread Karthik Sarmah
Hi All, I am working on a macro to pick various columns from files stored in a folder. There are various column headers under each file. Macro should pick all and copy to a temporary sheet and then based on mapping to copy only those columns that are required. Also, column headers could be nam

$$Excel-Macros$$ Excel macros using a mapping table

2016-04-15 Thread Karthik Sarmah
Hi, I have a file that is a source to feed into other. And they have different headers with same meaning, SO we have created a mapping table between the two data. A macro has to be designed to allow data to compare headers and fill the other file. So far i kinda forumalted this. But it is lea