I've been googling this issue a lot without finding a solution.
I have a code in the Workbook_Open event that runs normally when I double click my excel file and wait till it's open.
But if I double click hte file and then activate another window (i.e. my internet browser or a file folder) while waiting for the file to open
the Workbook_Open event won't fire.
Does anyone have an explanation to this?
- EnableEvents is set to True.
- An Autpen Sub is not affected by the same scenario.
I have a code in the Workbook_Open event that runs normally when I double click my excel file and wait till it's open.
But if I double click hte file and then activate another window (i.e. my internet browser or a file folder) while waiting for the file to open
the Workbook_Open event won't fire.
Does anyone have an explanation to this?
- EnableEvents is set to True.
- An Autpen Sub is not affected by the same scenario.