I have an excel 2003 workbook with 25 worksheets. before I delete a nemed
cell in 1 worksheet I would like to know where it is referenced. Any
suggestions? Thanks.
for each n in names
msgbox n.name
msgbox n
next n

Signature
Don Guillett
Microsoft MVP Excel
SalesAid Software
dguillett1@austin.rr.com
>I have an excel 2003 workbook with 25 worksheets. before I delete a nemed
> cell in 1 worksheet I would like to know where it is referenced. Any
> suggestions? Thanks.