Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Why does the script below give me the "subscript out of rage error" when tring to select a worksheet? Sub ActvateWorksheet() 'Activate worksheet Worksheets("Sheet8").Activate End Sub In the help file I found: "The following example uses the Activate method to activate Sheet1" Sub ActvateWorksheet() Worksheets("Sheet1").Activate End Sub But, when I run the macro it gives me the above error. Thank you for your help, jfcby |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Subscript out of range error - selecting a sheet | Excel Programming | |||
I Get subscript out of range when tying to access worksheet | Excel Programming | |||
selecting cell range in other worksheet without switching to worksheet | Excel Programming | |||
Subscript out of range when adding worksheet | Excel Programming | |||
Subscript our of range when activating a worksheet | Excel Programming |