Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 43
Default Remove Defined Names

Hi,

Does anyone know of a VB command that removes all defined names in a workbook?

In advance, thank you very much for your help.

Warm regards,
Henrik
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Remove Defined Names


dont know of a VB.
but you can remove them by going into
insert/name/define/select the name and delete it..


--
Joe@excel
------------------------------------------------------------------------
Joe@excel's Profile: http://www.excelforum.com/member.php...o&userid=29016
View this thread: http://www.excelforum.com/showthread...hreadid=487538

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,440
Default Remove Defined Names

Hi Henrik,

Use the Name Manager written by Jan Karel Pieterse.
You can download it he

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

Or use this code from Bob Phillips:

For Each nme In ActiveWorkbook.Names

nme.Delete

Next nme


--
Kind regards,

Niek Otten

"Henrik" wrote in message
...
Hi,

Does anyone know of a VB command that removes all defined names in a
workbook?

In advance, thank you very much for your help.

Warm regards,
Henrik



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
Why use defined names? Eric Excel Discussion (Misc queries) 2 December 31st 07 06:07 AM
defined names xcel user[_2_] Excel Worksheet Functions 1 December 14th 07 05:43 PM
Defined names lesley1000 via OfficeKB.com Excel Worksheet Functions 3 December 10th 07 02:50 PM
NAMES DEFINED F. Lawrence Kulchar Excel Discussion (Misc queries) 5 November 14th 06 07:54 AM
Using defined names in VBA... BeSmart Excel Programming 4 September 24th 04 10:11 AM


All times are GMT +1. The time now is 02:09 AM.

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"