Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to set up a generic names range based upon the entry in a cell on the
worksheet. I have the following: For r = 1 To nms.Count If nms(r).Name Like aWSName And nms(r).Name Like "*Actual_Total*" Then Worksheets(aWS).Names.Add Name:="GenericActual", RefersTo:=nms(r).name End If Next r When I do it this way, I get a type mismatch. Any suggestions? Thanks, Barb Reinhardt BTW, I'm having difficulty reading any postings on the Microsoft site directly using IE 6.0. I had to post this using Outlook Express. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using named 3-D ranges | Excel Discussion (Misc queries) | |||
union of named ranges based only on the names of those ranges | Excel Programming | |||
Copy data in named ranges to a newer version of the same template to identical ranges | Excel Programming | |||
Like 123, allow named ranges, and print named ranges | Excel Discussion (Misc queries) | |||
named ranges - changing ranges with month selected | Excel Programming |