ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Setting up and Configuration of Excel (https://www.excelbanter.com/setting-up-configuration-excel/)
-   -   How can I set a workbook to open always with a certain sheet I wan (https://www.excelbanter.com/setting-up-configuration-excel/123216-how-can-i-set-workbook-open-always-certain-sheet-i-wan.html)

Shariq

How can I set a workbook to open always with a certain sheet I wan
 
I'd like to have the workbook set to open alway with a certain page, no
matter where I was last time working on it, but it should open always with a
certain page I want

Nick Hodge

How can I set a workbook to open always with a certain sheet I wan
 
Shariq

Use a Workbook_Open() event in the workbook

Private Sub Workbook_Open()
Worksheets("Sheet1").Activate
Range("A1").Select
End Sub

To implement, right-click the small Excel icon for the workbook and select
view code. Paste here and save

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
DTHIS
www.nickhodge.co.uk


"Shariq" wrote in message
...
I'd like to have the workbook set to open alway with a certain page, no
matter where I was last time working on it, but it should open always with
a
certain page I want




All times are GMT +1. The time now is 07:06 PM.

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