I have been trying to adapt similar solutions from here to my problem at hand but cannot get them to work as I am quite new to vba.
This is my situation:
- There are a number of workbooks in a specific drive location.
- I have the template for a summary file.
- I would like to copy specific cells and ranges from different sheets in the workbooks into specific locations of the template.
Alternatively it could also work to
- copy all sheets containing fields I want into the template
- copy the cells and ranges there
- delete the copied workbooks
However the second solutions seems a little inefficient to me.
Any help would be much appreciated.
Thank you already, Pat