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 / February 2007

Tip: Looking for answers? Try searching our database.

how to get the names that defined in excel?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
marxi - 02 Feb 2007 02:56 GMT
can i get the names defined in excel?
Signature

marxi

Dave Peterson - 02 Feb 2007 03:08 GMT
Maybe...
Insert|Name|Paste

Or...

I'd use 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

> can i get the names defined in excel?
> --
> marxi

Signature

Dave Peterson

marxi - 02 Feb 2007 06:02 GMT
using c#code to accomplish
Signature

marxi

> Maybe...
> Insert|Name|Paste
[quoted text clipped - 10 lines]
> > --
> > marxi
Dave Peterson - 02 Feb 2007 12:31 GMT
Good luck.

> using c#code to accomplish
> --
[quoted text clipped - 18 lines]
> >
> > Dave Peterson

Signature

Dave Peterson

Debra Dalgleish - 02 Feb 2007 19:13 GMT
In Excel, you could turn on the macro recorder, and manually create the
list of names, as Dave described.

Then, you may be able to incorporate that code in your other project.

> using c#code to accomplish

Signature

Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html

Michael Bednarek - 02 Feb 2007 22:44 GMT
>can i get the names defined in excel?

 Sub ListAllNames()

 Dim namName As Name

 For Each namName In Application.Names
   Debug.Print "Name: " & namName.Name & ", RefersTo: " & namName.RefersTo
 Next namName

 End Sub

Signature

Michael Bednarek   http://mbednarek.com/   "POST NO BILLS"

 
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.