Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You want it your workbook to always open to a specific worksheet?
If yes, put this in a general module: Option Explicit sub auto_open() application.goto worksheets("sheet99").range("a1") end sub (Change sheet99 to the worksheet you want to be the initial worksheet.) Miqueias Lucas wrote: dear classmater Wow can i define same worksheet as initial worksheet at my excel project? -- Miqueias Lucas - Analista/Programador de sistemas -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA function to define name in a worksheet | Excel Discussion (Misc queries) | |||
Define Names Embedded in worksheet | Excel Discussion (Misc queries) | |||
excel calls a worksheet that has initial row consisting of labels | New Users to Excel | |||
How to Define a named Formula at the Worksheet level? | Excel Worksheet Functions | |||
How to take the worksheet name as a variable(Label/Define) in a fo | Excel Worksheet Functions |