Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following code:
Debug.Print ActiveCell.Offset(0, 1).Value sRangeName = "PlanYear" & ActiveCell.Offset(0, 1).Value Debug.Print sRangeName Debug.Print "Range Value = ", Range(sRangeName).Value ActiveCell.Offset(0,1).value = 1 the range name "PlanYear1" has a value of zero right now. The definition shows =0 at this point in time. AWS is the activesheet. sRangeName is a string. WHAT am I missing? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Duplicate Range Names by worksheet | Excel Discussion (Misc queries) | |||
How do you Identify text as a named range in excel | Excel Discussion (Misc queries) | |||
Macro Range issues (I think) | New Users to Excel | |||
Array to named range conversion... | Excel Discussion (Misc queries) | |||
Pivot table range issues from report writer download | Excel Discussion (Misc queries) |