Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EULA pops up everytime I open an Excel file in 2003 ver | Excel Discussion (Misc queries) | |||
Excel - need an serial # to update everytime sheet is printed. | Excel Worksheet Functions | |||
Why is Excel getting hosed everytime I try to save my file? | Excel Discussion (Misc queries) | |||
How do I set up an excel doc. to open on the same tab everytime | Excel Discussion (Misc queries) | |||
why does excel 2002 add a '1' to the filename everytime I open a f | Excel Discussion (Misc queries) |