A fairly complex bit of coding here - hats off to anyone able to do it.
I have multiple workbooks in a specified folder that I need to summarise in a summary workbook. These workbooks contain data in 5 categories on one sheet (capital, resource, etc), and I need to summarise each category on a different sheet in the summary workbook.
The files in the source folder are always changing, so there needs to be a loop function. I can summarise data onto 1 summary sheet in the summary workbook, but can't seem to split the data between 5 sheets in the new book (my coding skills are very basic).
To summarise, I need to be able to select 5 different data ranges (capital, resource... etc) on each of the source workbooks, and move each range onto different sheets in the summary workbook (titled capital, resource... etc).
Any help would be greatly appreciated!
I have multiple workbooks in a specified folder that I need to summarise in a summary workbook. These workbooks contain data in 5 categories on one sheet (capital, resource, etc), and I need to summarise each category on a different sheet in the summary workbook.
The files in the source folder are always changing, so there needs to be a loop function. I can summarise data onto 1 summary sheet in the summary workbook, but can't seem to split the data between 5 sheets in the new book (my coding skills are very basic).
To summarise, I need to be able to select 5 different data ranges (capital, resource... etc) on each of the source workbooks, and move each range onto different sheets in the summary workbook (titled capital, resource... etc).
Any help would be greatly appreciated!