Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Does anyone know how I can control what worksheet to open first when starting excel? I have several worksheets in a workbook but every time I close out of it and reopen it, it opens with the same worksheet. I want to specify what worksheet to open first. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Michele,
You can use the workbook's open event: Private Sub Workbook_Open() ThisWorkbook.Worksheets("Sheet1").Select End Sub Of course, change the sheet name to whatever is appropriate. Place the code in the codemodule of the ThisWorkbook object. HTH, Bernie MS Excel MVP "Michele" wrote in message ... Hi, Does anyone know how I can control what worksheet to open first when starting excel? I have several worksheets in a workbook but every time I close out of it and reopen it, it opens with the same worksheet. I want to specify what worksheet to open first. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing unopened worksheet into an open Workbook | Excel Discussion (Misc queries) | |||
mail merging 2 workbooks??? | Excel Discussion (Misc queries) | |||
how can I allow users to open groups in a protected worksheet? | Excel Discussion (Misc queries) | |||
When I open a an existing excel worksheet, it duplicates itself a. | Excel Discussion (Misc queries) | |||
How do I get ONLY new info from 1 Worksheet to another automatical | Excel Worksheet Functions |