Hi EE,
I have two Excel files, and need to copy data from one to another, which I would like to do via a macro.
The data to be copied is in file Calculate.xls, Sheet3, column E, beginning on cell E2 and finishing when the first cero is found. Data to be copied are numbers.
On column A I have text that is associated with the data on column E.
Then on file Calibres.xls, Sheet1, first ask on which column is data going to be copied ( because this is going to be variable ). Valid columns would be all, except of course column "A". After this, begin looking for the text on column A that will match with the text on column A of file Calculate.xls. The order on column A is not the same; and no data sorting is wanted. So the macro should copy data from column E of file Calculate.xls to the selected column on file Calibres.xls according to the matching of text on column A of both files.
Thank you.
Start Free Trial