View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Weaver Mike Weaver is offline
external usenet poster
 
Posts: 8
Default Private Sub Workbook_Open() event won't fire if workbook is hidden?

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.