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
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
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