View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bruce Maston Bruce Maston is offline
external usenet poster
 
Posts: 2
Default Workbook_open Event

What goes on (if anything) *prior* to the Workbook_open
event? I'm getting a funny "file not found" box popping
up when I try to open my application. I set the debugger
to stop at private sub Workbook_open(), but I only get to
that live *after" I cancel out the "file not found" box.
It's as if whatever is screwing up my code happens before
the code actually starts!