I have a situation where I save a macro-enabled workbook to a untrusted folder (like my users will probably do). When I open the file from Excel (most recent list or File > Open), the file opens and I get the warning banner and click Enable Content. I have a "Hello World" msgBox at the top of the Workbook_Open routine, but the message (and hence the rest of the code) does not appear.
If I close and restart Excel, then open the file, the Workbook_Open event runs.
Any ideas how to solve this? Having users set up trusted locations on multiple folders they might be saving to is not a good solution, nor is requiring them to shutdown and restart Excel workable either.
If I close and restart Excel, then open the file, the Workbook_Open event runs.
Any ideas how to solve this? Having users set up trusted locations on multiple folders they might be saving to is not a good solution, nor is requiring them to shutdown and restart Excel workable either.