View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Workbook_open Event

Hi Bob,

Assuming that the Auto_Open macro would be visible in the
list of macros, the answer is no.

-----Original Message-----
Hi Bruce,

I recall a post from Chip Pearson some time ago where he

suggested that an
Auto_Open macro fires before Workbook_Open. Do you have

an Auto_Open macro
by chance?

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Bruce Maston"

wrote in message
...
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!



.