Ken Puls
Active Member
- Joined
- Jun 9, 2003
- Messages
- 484
Hello,
I was wondering if there is a way to run a macro whenever any workbook is opened? I know how to code a regular workbook_open event, but I want it to be a little more robust.
Specifically, what I'm after is whenever a workbook is opened, to have VBA evaluate if calculation is automatic/manual, and advise the user if it is manual.
The reason for this is that I have a (purchased) add-in which automatically sets the calculation to manual (no option to change). If you have it open, then open another workbook, then save the 2nd workbook, it saves it with calculation set to manual. Naturally, you never check, and it caught me with a huge budget file!
Does anyone know if this is possible to do? I can write the desired code to execute it, I just don't know how to start it!
Thanks,
I was wondering if there is a way to run a macro whenever any workbook is opened? I know how to code a regular workbook_open event, but I want it to be a little more robust.
Specifically, what I'm after is whenever a workbook is opened, to have VBA evaluate if calculation is automatic/manual, and advise the user if it is manual.
The reason for this is that I have a (purchased) add-in which automatically sets the calculation to manual (no option to change). If you have it open, then open another workbook, then save the 2nd workbook, it saves it with calculation set to manual. Naturally, you never check, and it caught me with a huge budget file!
Does anyone know if this is possible to do? I can write the desired code to execute it, I just don't know how to start it!
Thanks,