LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Removing Range Names

I use the following macro to remove all the range names in a workbook:

Sub RemoveNamesAll()
For Each N In ActiveWorkbook.Names
N.Delete
Next N
End Sub


As indicated it removes ALL names. However I would like to change thi
so that it removes all, except for "Print_Area" and "Print_Titiles".
have tried to modify the macro so that those two are not removed
without success.

Does anybody have any ideas

--
Message posted from http://www.ExcelForum.com

 
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
Removing labels and names in formulas Eleazar Excel Discussion (Misc queries) 3 July 11th 06 12:03 AM
Finding/removing duplicate names in a worksheet Dave Excel Worksheet Functions 1 April 17th 06 08:05 PM
Removing range names. Laurence Lombard Excel Discussion (Misc queries) 2 February 28th 06 09:24 AM
removing and inserting duplicate names gerrior New Users to Excel 1 September 12th 05 02:14 AM
Removing Duplcate Names Dave Y Excel Worksheet Functions 4 April 8th 05 06:26 PM


All times are GMT +1. The time now is 10:05 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"