View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 292
Default On open workbook go to a specific worksheet

Sub Auto_open()
Sheets("Index").Activate
Cells(1, 1).Select
End Sub

HTH. Best wishes Harald

"Andy Josolyne" skrev i melding
...
On opening a workbook I would like it go to a specific worksheet e.g.

index
page. Is there a macro that will perform this function please? Thank you

for
your assistance.

Andy Josolyne