Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for your quick response, Dave. It still doesn't work.
dim c as variant, v as String For each c In Range("A2:A10") v = c.value .. with rng .Name = "'" & .Parent.Name & "'!" & v ' still have Run-time error '1004', that name is not valid; where v is "ABC-DEF" end rng next c Dave Peterson wrote: with rng .name = "'" & .parent.name & "'!" & v end with |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
self-sizing adv.filter criteria range | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Wrap Text Across Columns & Rows | Excel Discussion (Misc queries) | |||
Duplicate Range Names by worksheet | Excel Discussion (Misc queries) | |||
Help with using range names in sum function | Excel Worksheet Functions |