S
Sean
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
How would I delete all except for 1 Range Name called "MyUsers"
For Each nName In ActiveWorkbook.Names
nName.Delete
Next
Thanks