View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gabor[_2_] Gabor[_2_] is offline
external usenet poster
 
Posts: 2
Default workbook_open not being called when I open the excel file

Try:

Sub auto_open ()

End sub

Gabor

"Hany" schrieb im Newsbeitrag
oups.com...
I added some code in the workbook_Open() but the when the user opens
the excel file, there is evidence that the workbook_Open() not being
called (form not showing, cells not initializing). He has Excel 2003
Sp1. Does anyone know how could this happen?