Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
s am using the following script to make excel open to a specific worksheet:
Sub WorkBook_Open() Worksheets("Intro").Activate End Sub When A user used the intro sheet, I have a macro that then changes the name of the file to a user inputted name and then goes to a "table of contents" worksheet. I need to write another macro that will then make the file that is now saved under a different name to open to the "table of contents" worksheet and not the "intro" worksheet when it is opened a second or successive times. Does anyone know how to do this. Assume I don't know anything when wording any answers. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I automatically open a spreadsheet in a specific worksheet? | Excel Discussion (Misc queries) | |||
Comparing a list to a Calendar worksheet. | Excel Worksheet Functions | |||
Always open a worksheet at A1 | Excel Discussion (Misc queries) | |||
Macro to search for and display data in another worksheet | Excel Worksheet Functions | |||
Hyperlink to specific worksheet in Excel | Links and Linking in Excel |