Private Sub Workbook_Open() event won't fire if workbook is hidden?

  • Thread starter Thread starter Mike Weaver
  • Start date Start date
M

Mike Weaver

I have a workbook_open event handler in a hidden workbook that doesn't seem
to fire. Is this expected behavior? If so, what is the best way to
initialize an application object with events?

Thanks in advance.

Mike W.
 
Are you opening a new instance of Excel or are you opening a hidden workbook
in the same instance of Excel?
 
A hidden workbook in the same instance - the hidden workbook with the
workbook_open event handler is in my excelstart folder.
 

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