Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm working on a project where I will have numerous workbooks open with
lots of named ranges. I'm trying to figure out how to ensure that when I call a named range, ie: dim myRange as Range set myRange = Range("Named Range") that I am getting the range in the workbook that the macro is written in. Really, I want this: dim myRange as Range set myRange = Range(ThisWorkbook."Named Range") but it obviously doesn't work like that (just I hope an easy way of explaining what I'm looking for). Thanks in advance, John |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
inserting a named range into new cells based on a named cell | Excel Discussion (Misc queries) | |||
Set Range on ThisWorkBook problem. | Excel Programming | |||
If any cell in named range = 8 then shade named range | Excel Programming | |||
Is it possible to ensure Calendar date is in range | Excel Programming |