View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Adamson[_4_] David Adamson[_4_] is offline
external usenet poster
 
Posts: 61
Default Load Sheet2 on Startup??

Sub Auto_Open()
Worksheets("Name").Activate
End sub


"Michael Vaughan" wrote in message
...
Hello Everyone,

I know I saw this somewhere, but for the life of me, I can't seem to find
it. I think somebody had a reference webpage to this. How do you set it
up, so that Sheet4 is displayed or initialized when I start my excel
program: airplane.xls????

Thanks.. mv