Thread
:
Delete all Range Names Except for 1 Q
View Single Post
#
1
Posted to microsoft.public.excel.programming
Sean
external usenet poster
Posts: 454
Delete all Range Names Except for 1 Q
I have the following code which deletes all Range Names in a Workbook.
How would I delete all except for 1 Range Name called "MyUsers"
For Each nName In ActiveWorkbook.Names
nName.Delete
Next
Thanks
Reply With Quote
Sean
View Public Profile
Find all posts by Sean