Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Get Jan Karel Pieterse's (with Charles Williams and Matthew Henson) Name
Manager: You can find it at: NameManager.Zip from http://www.oaltd.co.uk/mvp It'll make working with names much easier. Dave O wrote: As an exercise I ran this code on a spreadsheet I've been using for several years, which has been updated through several Excel releases. It shows 76 named ranges, mostly starting with "HTML_" ; I have used this file to manipulate data copied and pasted from web pages. The .RefersTo shows a mix of values assigned and cell references. When I click ~Insert ~Name ~Define, however, only one named range appears in the list. How does this spreadsheet have named ranges that do not appear in the Name Define list? Thanks- the code follows: Sub Named_Range_Show() Dim NamedRange As Variant For Each NamedRange In ActiveWorkbook.Names MsgBox NamedRange.Name & ": " & NamedRange.RefersTo Next NamedRange End Sub -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Limit to number of named ranges before Excel starts messing things up? | Excel Worksheet Functions | |||
Can Named ranges be used in file link formulae? | Excel Worksheet Functions | |||
#REF on Links to Named Range in External Workbook | Excel Discussion (Misc queries) | |||
Named Ranges | Excel Discussion (Misc queries) | |||
Named dynamic ranges, copied worksheets and graph source data | Charts and Charting in Excel |