Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try this code Set BookNames = Application.Names NamesCount = BookNames.Count For Each Nm In BookNames NmReferto = Nm.RefersTo 'remove equal sign NmReferto = Replace(NmReferto, "=", "") MsgBox ("Name : " & Nm.Name & " ; RefersTo : " & NmReferto) 'set to a variable Set MyRange = Range(NmReferto) Next Nm -- joel ------------------------------------------------------------------------ joel's Profile: 229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=167027 Microsoft Office Help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Named ranges and pasting formulas with named references | Excel Programming | |||
Named ranges scope / workbook/worksheet level named ranges- changeswith variable use... | Excel Programming | |||
Copy data in named ranges to a newer version of the same template to identical ranges | Excel Programming | |||
Populate a list box with named ranges..... | Excel Programming | |||
Like 123, allow named ranges, and print named ranges | Excel Discussion (Misc queries) |