Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
steve_nelson
 
Posts: n/a
Default Deleting Names in Excel 2003

How do I delete names (name ranges) all at once, rather then having to do it
individually
  #2   Report Post  
Michael Bednarek
 
Posts: n/a
Default

On Wed, 5 Jan 2005 19:25:06 -0800, steve_nelson
wrote in
microsoft.public.excel.misc:

How do I delete names (name ranges) all at once, rather then having to do it
individually


With VBA:

Dim myName As Name

For Each myName In Names
myName.Delete
Next myName

Qualify Name as required: Application, Workbook, Worksheet. Unqualified,
Names will refer to ActiveWorkbook. See Help: Names Property
(<mk:@MSITStoC:\Program%20Files\Microsoft%20Off ice\OFFICE11\1033\VBAXL10.CHM::/html/xlproNames1.htm).

--
Michael Bednarek http://mbednarek.com/ "POST NO BILLS"
  #3   Report Post  
Jim Rech
 
Posts: n/a
Default

To do what you want and many other things with names you should get this
free Names Manager utility:

http://www.jkp-ads.com/Download.htm#NameManager

--
Jim Rech
Excel MVP
"steve_nelson" wrote in message
...
| How do I delete names (name ranges) all at once, rather then having to do
it
| individually


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
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Creating GIFs in Excel 2003 for use in Dreamweaver Lou Crandall Charts and Charting in Excel 2 January 2nd 05 07:58 PM
can a workbook with macros created in excel 2003 work in excel 20. Steve Venti Excel Discussion (Misc queries) 2 December 27th 04 02:31 PM
Excel 2000 file when opened in Excel 2003 generates errors? Doug Excel Discussion (Misc queries) 13 December 25th 04 10:20 PM
Stock Quotes in Excel 2003 David B. Excel Discussion (Misc queries) 0 December 1st 04 08:41 PM


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

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

About Us

"It's about Microsoft Excel"