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