View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Open workbook with same worksheet

Create a macro like

Sub Auto_Open()
ThisWorkbook.Worksheets("Sheet2").Select
End Sub


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"pkeegs" wrote in message
...
How can I always open a workbook at the same worksheet?