Workbook_open Event
Hi Bruce
Workbook_open is the first event you can process.
What file is not found by Excel (what is the exact error message)?
--
Regards
Frank Kabel
Frankfurt, Germany
Bruce Maston wrote:
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!
|