ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Open at specified page (https://www.excelbanter.com/excel-worksheet-functions/75968-open-specified-page.html)

SD8146

Open at specified page
 

Is it possible to have a workbook open at a specific sheet - if so how
would I go about it - I have a menu sheet with links to other areas of
the w/book and would like the thing to always open at the menu.

Thanks


--
SD8146

DaveO

Open at specified page
 
Open the VBE with Alt+F11.

Goto the 'This WorkBook' sheet and select 'Workbook' in the drop down and
the top and left and then make sure 'Open' is selected on the right drop
down. then use this code...

Private Sub Workbook_Open()

Sheets("{Enter Sheet Name Here}").Select

End Sub

HTH.

"SD8146" wrote:


Is it possible to have a workbook open at a specific sheet - if so how
would I go about it - I have a menu sheet with links to other areas of
the w/book and would like the thing to always open at the menu.

Thanks


--
SD8146



All times are GMT +1. The time now is 05:05 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com