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 / Worksheet Functions / August 2006

Tip: Looking for answers? Try searching our database.

Deleting Named Ranges

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
carl - 31 Aug 2006 19:03 GMT
Is there a way to delete all named ranges in a workbook ?

Regards and thank you in advance.
Pete_UK - 31 Aug 2006 19:11 GMT
Here's a little snippet of VBA to do that:

   For Each nme In ActiveWorkbook.Names
       nme.Delete
   Next nme

I can't remember who posted it originally, but I find it very useful.

Hope this helps

Pete

> Is there a way to delete all named ranges in a workbook ?
>
> Regards and thank you in advance.
David Billigmeier - 31 Aug 2006 19:16 GMT
Download and install Name Manager (link below).  It is a great tool for
managing all of your named ranges.  In Excel 2007 a similar tool is included
as default, until then gotta do this extra little step:

http://www.jkp-ads.com/officemarketplacenm-en.asp

Signature

Regards,
Dave

> Is there a way to delete all named ranges in a workbook ?
>
> Regards and thank you in advance.
 
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.