Hi,
I am going away this weekend for 3 days.
I have 4 differents workbooks that I would like to run a macro in each of them. Its takes about 10-12 hours for the macro to be done (it involves using the solver... that's why it's long).
anyways my question is what would be the simplest way make to do this:
open workbook back1.xlsm
run macro Start1
when macro is finished, save the workbook
close it
open workbook back2.xlsm
run macro Start2
when macro is finished, save the workbook
close it
open workbook back3.xlsm
run macro Start3
when macro is finished, save the workbook
close it
open workbook back4.xlsm
run macro Start4
when macro is finished, save the workbook
close it
for the moment, my macros Start1,2,3,4 are located in respectively every module1 of the four workbooks (back1,2,3,4).
thanks
I am going away this weekend for 3 days.
I have 4 differents workbooks that I would like to run a macro in each of them. Its takes about 10-12 hours for the macro to be done (it involves using the solver... that's why it's long).
anyways my question is what would be the simplest way make to do this:
open workbook back1.xlsm
run macro Start1
when macro is finished, save the workbook
close it
open workbook back2.xlsm
run macro Start2
when macro is finished, save the workbook
close it
open workbook back3.xlsm
run macro Start3
when macro is finished, save the workbook
close it
open workbook back4.xlsm
run macro Start4
when macro is finished, save the workbook
close it
for the moment, my macros Start1,2,3,4 are located in respectively every module1 of the four workbooks (back1,2,3,4).
thanks