Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / July 2006

Tip: Looking for answers? Try searching our database.

Range name table

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bill Ridgeway - 27 Jul 2006 14:40 GMT
I want a list of all the defined names and their cell references.  This used
to be done in Lotus by Range/Name/Table.  I can't find the equivalent in
Excel.  Can it be done.

Thanks.

Bill Ridgeway
Computer Solutions
willwonka - 27 Jul 2006 15:11 GMT
Find a spot and:

Insert...Name..Paste... and click on Paste List at bottom left.

This should work for you.

> I want a list of all the defined names and their cell references.  This used
> to be done in Lotus by Range/Name/Table.  I can't find the equivalent in
[quoted text clipped - 4 lines]
> Bill Ridgeway
> Computer Solutions
Bill Ridgeway - 27 Jul 2006 15:40 GMT
Thanks for that. I was looking (nearly) everywhere for that but didn't think
of looking at Insert Name when I didn't actually want to insert anything!!
Thinking logically can be very useful but it can be very frustrating when MS
is illogical.

Regards.

Bill Ridgeway
Computer Solutions

> Find a spot and:
>
[quoted text clipped - 11 lines]
>> Bill Ridgeway
>> Computer Solutions
Bob Phillips - 27 Jul 2006 15:40 GMT
Get of Jan-Karel Pieterse's NameManager utility, it does that and a whole
lot more Jan Karel Pieterse has a utility designed to improve working with
defined names.

It is a free add-in, and you can get it at
http://www.jkp-ads.com/OfficeMarketPlaceNM-EN.asp

Signature

HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

> Find a spot and:
>
[quoted text clipped - 10 lines]
> > Bill Ridgeway
> > Computer Solutions
Bob Phillips - 27 Jul 2006 15:44 GMT
Here's a simple function to do it

Function ListNames()
Dim nem As Name
   For Each nme In ActiveWorkbook.Names
       Debug.Print nme.Name & ", " & nme.RefersTo
   Next nme
End Function

Signature

HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

> I want a list of all the defined names and their cell references.  This used
> to be done in Lotus by Range/Name/Table.  I can't find the equivalent in
[quoted text clipped - 4 lines]
> Bill Ridgeway
> Computer Solutions

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.