Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 65
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
open workbook to specific sheet Mr E[_2_] Excel Worksheet Functions 1 April 9th 10 06:53 PM
How do I open a workbook in a specific sheet PetterSn Excel Discussion (Misc queries) 3 January 12th 06 06:44 AM
how to open a Workbook and activate a specific sheet Bob Phillips[_6_] Excel Programming 0 August 17th 04 09:24 PM
how to open a Workbook and activate a specific sheet Bigwheel Excel Programming 0 August 17th 04 09:04 PM
Auto Open Excel at Specific Sheet John[_41_] Excel Programming 0 August 1st 03 04:42 PM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"