Hello,
I am writing a macro that when runs pulls a range of data from Workbooks located in a particular folder into a master workbook (located elsewhere).
I would like for the macro to only pull data from (source) workbooks that have been modified after the date that the macro was last run.
My initial thoughts were to create a date stamp in the master book by doing this:
and then to have the macro look for DateLastModified > Date Stamp
I have hit the ceiling of my current knowledge and have not succeeded.
Is there a better way of doing this? Could this work?
Any help greatly appreciated.
Current code here:
Bookmarks