View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike Mike is offline
external usenet poster
 
Posts: 3,101
Default aout open no workeee

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