Can a VBA, ( not sure where it will sit ) Macro do the following sequence ?
Wrkbook A is running in Loop doing real-time web queries.
It will have a counter, so after a Variable Count of 500 it then,
Opens Wkbook B.
Wrkbook B has macro to Save and Close Wrkbook A
—-,
Wkbook B will then Open Wrkbook A, Activate Main_Macro to Close Wrkbook B and resume web query till the next 500 count.
or
Would a Wrkbook C be a better option to overlook both A and B ?
or
a BAT file that is activated by Wrkbook A to Save/Close then Open/Activate Main_Macro
Anyone has done this before or know how to code the better sequence ?
or, something I don’t know yet
Thanks