Hi All,
I have recorded a macro to pull data from various different spreadsheets to help determine throughput capacities.
The issue I have is that one of the spreadsheets changes name daily.
The line in the macro that this refers to is:-
Windows("Express Schedule 5-11am.xlsm").Activate
My question is how to I get the macro to pull the data from example "Express Schedule 6-11am.xlsm" and then "Express Schedule 7-11am.xlsm" as the new spreadsheet is created.
Hope this makes sense and thanks in advance for any help.
I have recorded a macro to pull data from various different spreadsheets to help determine throughput capacities.
The issue I have is that one of the spreadsheets changes name daily.
The line in the macro that this refers to is:-
Windows("Express Schedule 5-11am.xlsm").Activate
My question is how to I get the macro to pull the data from example "Express Schedule 6-11am.xlsm" and then "Express Schedule 7-11am.xlsm" as the new spreadsheet is created.
Hope this makes sense and thanks in advance for any help.