View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default aout open no workeee

Hi Mike

Copy the Auto_Open sub in a normal mudule (not Thisworkbook or Sheet)

See
http://www.cpearson.com/excel/events.htm


--
Regards Ron De Bruin
http://www.rondebruin.nl



"Mike" wrote in message ...
When using the string below inserted in 'ThisWorkbook' code of a given file,
'It does not open the file, nor does it give any error message. HELP

Private Sub Auto_Open()
Auto.Open "Menu_List.xls"
End Sub

Thanks for any advice...
Mike