Workbook_Open event not firing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

For some reason, the Workbook_Open event is not firing in one specific
workbook. I created a blank workbook and added the event with a msgbox alert
and it worked fine.

Any ideas why this event wouldn't be firing?

Thanks,
 
It's somehow working now. I'm not exactly sure why, but I do have a theory.
I'm guessing that piece of code, which temporarily turns off events, threw
an exception and was stoped before it could re-enable events and the document
was then saved and closed. If this was the case, I'm guessing it was fixed
by successfully re-running that code and saving.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top