Hello!
My macro deals with two Excel files, which I call for short as Macro_workbook and User_workbook. The first one to be launched by the user is the Macro_workbook and then, from its inside, the user will be welcome by the usual "Open" window, to choose his/her User_workbook for opening and working with.
I need my macro satisfy the folowing two rules, in turn:
I would appreciate very much, any helpful hint in this matter.
My macro deals with two Excel files, which I call for short as Macro_workbook and User_workbook. The first one to be launched by the user is the Macro_workbook and then, from its inside, the user will be welcome by the usual "Open" window, to choose his/her User_workbook for opening and working with.
I need my macro satisfy the folowing two rules, in turn:
- 1. Once User_workbook is open, the macro should provide the user with a timeout, in order for him/her to complete some needed data in the cells of User_workbook.
-
2. Then (after completing data) the user should send to the macro an "OK, I'm ready!" signal that completing data is finished an the macro should start its job.
I would appreciate very much, any helpful hint in this matter.
Last edited: