Hi,
I need to extract data from 130 files containing data is exactly in the same format.
I have created a file into which the data must be extracted to.
In this file:
Sheet name: Sheet1
Cell C7 = path to find the data file to open and copy info from (C:\Users\me\Dropbox\Consolidation test)
C8 = file name to open at the above path (e.g. [TRACK.xlsm])
C9 = worksheet name in the file (e.g. accounts pack)
A11 = Description to look for (e.g. Trading profit)
B11 = Column letter for the column where to look for the description (e.g. A)
C5 = Column letter for the column where the answer should come from (e.g. H)
In above case say the result comes from cell H256.
Using the above variables, I want to open a file, copy the value in H256 to Cell C11 (in the first file) and then close the file [TRACK.xlsm].
I need to extract data from 130 files containing data is exactly in the same format.
I have created a file into which the data must be extracted to.
In this file:
Sheet name: Sheet1
Cell C7 = path to find the data file to open and copy info from (C:\Users\me\Dropbox\Consolidation test)
C8 = file name to open at the above path (e.g. [TRACK.xlsm])
C9 = worksheet name in the file (e.g. accounts pack)
A11 = Description to look for (e.g. Trading profit)
B11 = Column letter for the column where to look for the description (e.g. A)
C5 = Column letter for the column where the answer should come from (e.g. H)
In above case say the result comes from cell H256.
Using the above variables, I want to open a file, copy the value in H256 to Cell C11 (in the first file) and then close the file [TRACK.xlsm].