Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How can I always open a workbook at the same worksheet?
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open Workbook to Specific Worksheet? | Excel Discussion (Misc queries) | |||
Copying A Worksheet From Each Open Workbook to an new Workbook | Excel Worksheet Functions | |||
open workbook on same worksheet | Excel Discussion (Misc queries) | |||
Is there away to open a worksheet outside of the workbook? | Excel Discussion (Misc queries) | |||
Copying Worksheet to Another Open Workbook | Excel Programming |