View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Merlins apprentice Merlins apprentice is offline
external usenet poster
 
Posts: 1
Default Opening Forms error with Workbook_open

Having upgraded my pc to Office 2003 I now get an error message in a
spreadsheet that opens a form from the workbook_open event.
The first error message is: Path/File Access error.
Then another message: Could not find specified object.
The Spreadsheet will then crash.

It's like it tries to run the Open event code before loading up the forms.
Is there some code I should run to ensure the forms are loaded before the
Open code runs.
Has something changed with forms since excel 2000?

( the Load Userform1 line gives the same error as Userform1.show)