Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a single worksheet spreadsheet whose properties show the value of the "(Name)" to be "Sheet1"...however the "Name" property is "financial". When I do this: Worksheets("Sheet1").Range("A6:O106") I get a subscript error. If I do this: Worksheets("financial").Range("A6:O106") I also get subscript error. ....however...whenever I change the "Name" property to be "Sheet1" instead of "financial" and do this: Worksheets("Sheet1").Range("A6:O106") I get access to the range I want and all is well. ....any ideas. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Active sheet instead of a "sheet1" for Macro | Excel Worksheet Functions | |||
how do i convert this to a formula +"sheet1!J"&(sheet2!A30)-1 | Excel Worksheet Functions | |||
how do copy "sheet1!A1+1 in sheet2 to sheet 3 and get "sheet2!A1+ | Excel Discussion (Misc queries) | |||
Help required with setting up a pivot table with the source on sheet1 to have the pivot table created on sheet called "report" | Excel Programming | |||
Sheet1 object not Worksheets("Sheet1") | Excel Programming |