G
Guest
Hi all,
Excel 2002
Trying to delete unused names in a workbook as follows:
'update the range variable names
For Each w In ActiveWorkbook.Names
If w <> "" Then
w.Delete
End If
Next w
However, this faults on w.delete everytime.
Any thoughts?
Thanks,
Jason
Excel 2002
Trying to delete unused names in a workbook as follows:
'update the range variable names
For Each w In ActiveWorkbook.Names
If w <> "" Then
w.Delete
End If
Next w
However, this faults on w.delete everytime.
Any thoughts?
Thanks,
Jason