ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Go to a specific sheet on open (https://www.excelbanter.com/excel-programming/324390-go-specific-sheet-open.html)

Andy Josolyne[_2_]

Go to a specific sheet on open
 
I would like the workbook to go to a specifc worksheet on opening e.g. Index.
I there a macro I can use? Many thanks for your assistance.

Regards

Andy

galimi[_2_]

Go to a specific sheet on open
 
Andy,

Copy the following code into the ThisWorkbook object in VBE.

Private Sub Workbook_Open()

ThisWorkbook.Sheets("Index").Activate

End Sub

http://HelpExcel.com

"Andy Josolyne" wrote:

I would like the workbook to go to a specifc worksheet on opening e.g. Index.
I there a macro I can use? Many thanks for your assistance.

Regards

Andy



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

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