Remove reference names

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyonetell me how to remove all the reference names (external_data_1) in the sheet except my own created name references.
 
Assuming you want the formulas to point to cells in the current workbook, go
to Edit/Links, select the links you want and change the source to point to the
workbook containing the formulas (i.e. to itself).


Can anyonetell me how to remove all the reference names (external_data_1) in
the sheet except my own created name references.
 
You can loop through the names collection and delete the offending names.
Not knowing anything about your created names, I can't tell you how to
differentiate which to keep and which to delete. As a worst case, you would
need a list of one or the other and check against that list.

--
Regards,
Tom Ogilvy

latha said:
Can anyonetell me how to remove all the reference names (external_data_1)
in the sheet except my own created name references.
 
If this is a manual effort (one time thing)...

Download Jan Karel Pieterse's (with Charles Williams and Matthew Henson) Name
Manager.

You can find it at:
NameManager.Zip from http://www.bmsltd.ie/mvp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top