Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default display defined names in excel

I would like a way to print out the list of defined names in a workbook.


thanks,

Mike
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 76
Default display defined names in excel

Mike

Go InsertNamePaste and hit the Paste List button in the dialog that
opens.

Hope this helps!

Richard


On 14 Mar, 15:55, Mike C wrote:
I would like a way to print out the list of defined names in a workbook.

thanks,

Mike



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default display defined names in excel


Sub listnames()
For i = 1 To ThisWorkbook.Names.Count
Cells(i, 1) = Names(i).Name
Cells(i, 2) = Names(i)
Next i
End Sub
--
Don Guillett
SalesAid Software

"Mike C" wrote in message
...
I would like a way to print out the list of defined names in a workbook.


thanks,

Mike



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 25
Default display defined names in excel

Thanks for the help, the solution Richard offered worked perfectly.

"RichardSchollar" wrote:

Mike

Go InsertNamePaste and hit the Paste List button in the dialog that
opens.

Hope this helps!

Richard


On 14 Mar, 15:55, Mike C wrote:
I would like a way to print out the list of defined names in a workbook.

thanks,

Mike




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to keep names defined after a copy? Warda Excel Discussion (Misc queries) 0 December 5th 06 03:08 PM
NAMES DEFINED F. Lawrence Kulchar Excel Discussion (Misc queries) 5 November 14th 06 07:54 AM
Tranferring names defined in one excel workbook to another workboo Dinesh Excel Discussion (Misc queries) 1 July 1st 06 05:34 AM
Defined names DREED Excel Discussion (Misc queries) 3 March 10th 06 02:55 PM
Using non defined names from another sheet pQp Excel Worksheet Functions 6 July 17th 05 11:06 PM


All times are GMT +1. The time now is 07:49 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"