Workbook Open Event

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

Is there an event that fires before the Workbook Open
event? I need to test for a condition as a file opens but
before the workbook open event occurs. This is to late.
 
The only event that might fire before that would be Auto_Open, but I can't
say if that does or not as I haven't tested it.

You could instantiate Application.Level events and see if the Workbook_Open
event at the application level might fire first. Again, something you can
try, but I haven't tested.

Chip Pearson has done some research on this and has a workbook you can
download that calls all events. You can start at his entry page

http://www.cpearson.com/excel.htm

then go to his topics or pages index and find the page.
 

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