Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
When a named range has Refers To like "=5" I can't seem to access the value
(or anything about the range for that matter) via code. I assume this is because it doesn't point to a range and thus isn't part of the range collection. Is there a way to get to the value of this named "range" via code? Thanks, Jeremy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
answer = [test]
where test was defined as =5. "Jeremy Gollehon" wrote: When a named range has Refers To like "=5" I can't seem to access the value (or anything about the range for that matter) via code. I assume this is because it doesn't point to a range and thus isn't part of the range collection. Is there a way to get to the value of this named "range" via code? Thanks, Jeremy |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perfect. Thanks Bob.
Bob Umlas, Excel MVP wrote: answer = [test] where test was defined as =5. "Jeremy Gollehon" wrote: When a named range has Refers To like "=5" I can't seem to access the value (or anything about the range for that matter) via code. I assume this is because it doesn't point to a range and thus isn't part of the range collection. Is there a way to get to the value of this named "range" via code? Thanks, Jeremy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
combining values and text to make a reference for "named range" | Excel Worksheet Functions | |||
Array as a "named range" - formula ok in cells, but error as "named range" | Excel Discussion (Misc queries) | |||
macro to remove a named range always called "database" & if possib | Excel Programming | |||
toggling which worksheet a named range refers to | Excel Discussion (Misc queries) | |||
Adding named range gives error "method range of object _Global failed " | Excel Programming |