Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() In VBA, how can I reference a named range that is pre-defined with cells in various sheets of a workbook? As far as I know, the following only works for name ranges that are restricted to a single sheet: Set MyRange = ThisWorkbook.Sheet(iSheet).Range("myNamedRange") But myNamedRange is already defined as something like: Sheet1!$A$1, Sheet2!$B$4, etc. Thanks for any advice. -dlh -- dlh ------------------------------------------------------------------------ dlh's Profile: http://www.excelforum.com/member.php...o&userid=26113 View this thread: http://www.excelforum.com/showthread...hreadid=474265 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Refer to a named range indirectly | Excel Worksheet Functions | |||
Refer to Named Range on another sheet for IF function | Excel Worksheet Functions | |||
???Refer to a specifc cell in a named range | Excel Worksheet Functions | |||
How does one refer to the n-1 element of a named range? | Excel Discussion (Misc queries) | |||
How do you refer to a dynamic named range? | Excel Programming |