Thread: Workbook_Open
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kevin R Kevin R is offline
external usenet poster
 
Posts: 27
Default Workbook_Open

I created a Sub Workbook_Open that opens a user form (splash screen) and
builds a toolbar each time Excel is open. However, if I try to open an xls
file thru My Computer or Windows Explorer, it doesn't open. Excel opens,
shows the splash screen, and builds the toolbar but the document never opens.
I have to click File | Open to get it open. Any ideas why? Thanks.