Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how can I open an excel file everytime on certain sheet?

I'm trying to create a new Work Book and it will be distributed for other
users; so, I want them to open the file on a certain sheet (Table of Contents
with a Hyperlink) even if they saved it on another...

Appreciate your kind Advice;

Thanks / Inas Moneim
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default how can I open an excel file everytime on certain sheet?

Excel will open the workbook with the worksheet that was visible the last time
you saved it.

If that's not sufficient, you could use a macro:

Option Explicit
sub Auto_Open()
application.goto worksheets("sheet9999").range("a1"), scroll:=true
end sub

Change the name of the sheet to what you want.

If you're new to macros, you may want to read David McRitchie's intro at:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Inas wrote:

I'm trying to create a new Work Book and it will be distributed for other
users; so, I want them to open the file on a certain sheet (Table of Contents
with a Hyperlink) even if they saved it on another...

Appreciate your kind Advice;

Thanks / Inas Moneim


--

Dave Peterson
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
EULA pops up everytime I open an Excel file in 2003 ver lbl Excel Discussion (Misc queries) 0 August 11th 06 04:11 PM
Excel - need an serial # to update everytime sheet is printed. C. Excel Worksheet Functions 0 March 27th 06 09:21 PM
Why is Excel getting hosed everytime I try to save my file? Annmairi Excel Discussion (Misc queries) 1 December 7th 05 09:55 PM
How do I set up an excel doc. to open on the same tab everytime Dana Stricker Excel Discussion (Misc queries) 2 November 17th 05 07:54 PM
why does excel 2002 add a '1' to the filename everytime I open a f canoeweasel Excel Discussion (Misc queries) 4 September 29th 05 08:19 PM


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

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

About Us

"It's about Microsoft Excel"