I have a folder which contains various excel sheets, some xlslx and some xlsm, in each of these sheets there are multiple tabs but each one has one called 'Data'. The data starts in Column A row 6, and goes to BE6. This is consistent throughout each file in the directory, but the number of rows varies depending on the file.
What i'd like to have a master sheet which loops through every excel file in a directory ("G:\Team\Corporate\July"), opens them and goes to the 'Data' tab in each, and copies from row 6 to the last line with data, and then copies them to a tab called 'Master' in the workbook the VBA code is run from. I would like the first set of data to also be paste in row 6, so from A6:BE6, and then each subsequent time data is copied, for it to be pasted on the next empty line.
How would this best be done?
Thanks.
What i'd like to have a master sheet which loops through every excel file in a directory ("G:\Team\Corporate\July"), opens them and goes to the 'Data' tab in each, and copies from row 6 to the last line with data, and then copies them to a tab called 'Master' in the workbook the VBA code is run from. I would like the first set of data to also be paste in row 6, so from A6:BE6, and then each subsequent time data is copied, for it to be pasted on the next empty line.
How would this best be done?
Thanks.