Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default How do I delete all names ranges in a workbook after freezing form

Can anyone tell me how to delete all existing name ranges in an excel
workbook after freezing all values
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How do I delete all names ranges in a workbook after freezing form

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

You may not want to delete all the names--sometimes excel creates names for its
own use.



Wins07 wrote:

Can anyone tell me how to delete all existing name ranges in an excel
workbook after freezing all values


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default How do I delete all names ranges in a workbook after freezing

Thank u very much, just what i was looking for.
Cheers

"Dave Peterson" wrote:

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

You may not want to delete all the names--sometimes excel creates names for its
own use.



Wins07 wrote:

Can anyone tell me how to delete all existing name ranges in an excel
workbook after freezing all values


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default How do I delete all names ranges in a workbook after freezing form

Sub DeleteAllNames()
For Each Name In Names
Name.Delete
Next Name
End Sub
Sub DeleteAllNames_Umlas()
ExecuteExcel4Macro "SUM(DELETE.NAME(NAMES()))"
End Sub

--
Don Guillett
SalesAid Software

"Wins07" wrote in message
...
Can anyone tell me how to delete all existing name ranges in an excel
workbook after freezing all values



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
macro to delete all named ranges in a workbook en masse? Dave F Excel Discussion (Misc queries) 1 November 3rd 06 09:17 PM
Delete cell names on complete workbook deacs Excel Discussion (Misc queries) 2 February 23rd 06 11:43 AM
How to delete all defined names from a workbook? Dmitry Kopnichev Excel Worksheet Functions 15 November 14th 05 03:26 PM
How to delete all defined names from a workbook? Dmitry Kopnichev Links and Linking in Excel 15 November 14th 05 03:26 PM
Delete Define names across workbook Mike Excel Worksheet Functions 4 September 28th 05 12:41 AM


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