#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Direct to sheet

how do i sort it ao that when a wookbook is opened it automatically shows the
sheet that is the navigation sheet.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default Direct to sheet

Hi,
Not sure what you want try positioning in the navigation sheet and save it
before closing

"Gazz_85" wrote:

how do i sort it ao that when a wookbook is opened it automatically shows the
sheet that is the navigation sheet.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Direct to sheet

I understand you want to activiate the navigation sheet always.. Try pasting
the below code. Press Alt+F11 from workbook to launch VBE. From the left
treeview double click on 'This Workbook' and paste the below code to the code
pane. Type in your navigation sheet name within the double quotes..Save and
close.. Get back to workbook. Try opening the workbook after saving from a
different sheet.

Private Sub Workbook_Open()
Me.Sheets("TypeyourSheetname").Activate
End Sub

If this post helps click Yes
---------------
Jacob Skaria


"Gazz_85" wrote:

how do i sort it ao that when a wookbook is opened it automatically shows the
sheet that is the navigation sheet.

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
How to direct to a cell from text Jon Excel Discussion (Misc queries) 3 November 20th 08 04:47 PM
Can you direct me. Baha Excel Discussion (Misc queries) 3 June 22nd 07 08:56 AM
MS Query Direct Invoking? Kode Excel Discussion (Misc queries) 3 May 9th 07 03:09 PM
Direct reference Archana Excel Worksheet Functions 1 August 31st 06 07:44 AM
Emailing XML direct from Excel Ne1 Excel Discussion (Misc queries) 4 September 22nd 05 01:11 PM


All times are GMT +1. The time now is 03:31 PM.

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"