Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a Workbook_Open macro as follows:
Private Sub Workbook_Open() Worksheets("Sheet2").Visible = True Worksheets("Sheet3").Visible = xlVeryHidden Worksheets("Sheet1").Visible = True Worksheets("Sheet1").Range("A1").Select End Sub The last line fails with " "Select" method of "Range" class failed." I then changed it to Worksheets("Sheet1").Range("A1").Activate and got the same failure error. Why? Ed |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Using "Cells" to write "Range("A:A,H:H").Select" | Excel Programming |