I have been given the unenviable task of trying to get data from no less that 49 seperate workbooks (in a different Folder) into one Master workbook.
The data I need is in the same place in every workbook (A4:C15). So far I have used John Walkenbach's "GetValue from a closed workbook" to populate the same range on the master. I have been able to modify it to read the data from the different closed workbooks however I have been unable to modify the code to write to a new range (3 cells to the right) for each workbook. It therefore just keeps over-writing the same range of cells in the Master.
I have found and written some code to read all the Excel file names of the 49 files in the folder and write them into seperate rows in another sheet in the Master workbook. I was hoping I might be able to utilise this "File name" sheet in some way although I am not sure how or if at all yet.
Can anyone offer any advise/assistance ?
Bookmarks