Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
dear classmate!...
Wow can i define same worksheet as initial worksheet at my excel project? -- Miqueias Lucas - Analista/Programador de sistemas |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If a Workbook has 3 Sheets and you want sheet 2 to be the initial sheet ...
In VB, Double click ThisWorkbook, then click on the dropdown, select Workbook, should automatically go to Open event, and create it. if not select Open in Right hand Dropdown Private Sub Workbook_Open() Worksheets("Sheet2").Activate ' Add whichever sheets Name you want to become Active when the workbook opens End Sub HTH Andrew "Miqueias Lucas" wrote in message ... | dear classmate!... | | Wow can i define same worksheet as initial worksheet at my excel project? | | | -- | Miqueias Lucas - Analista/Programador de sistemas |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove initial from end of name | Excel Discussion (Misc queries) | |||
excel calls a worksheet that has initial row consisting of labels | New Users to Excel | |||
Last initial | Excel Discussion (Misc queries) | |||
Remove middle initial from "first name middle initial" | Excel Discussion (Misc queries) | |||
how can i define initial worksheet | Excel Programming |