Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have inherited a workbook with more than 10k defined names, most of which refer to broken external references. I would like to purge my workbook once for all of all these links. I downloaded a utility from http://www.jkp-ads.com/ which is ok. However, I think it would be much easier to simply write a macro to do the job. I tried the following, which does not work. What am I doing wrong? Sub DeleteNames() For Each nme In ActiveWorkbook.Names nme.Delete Next nme End Sub In advance, thanks for your help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merge Purge | Excel Discussion (Misc queries) | |||
How do I purge data in Excel 2003 | Excel Worksheet Functions | |||
Purge macros | Excel Worksheet Functions | |||
Purge file of VBA code and macros. | Excel Programming | |||
How can I purge duplicate entries in Excel | Excel Discussion (Misc queries) |