M
mzitzow
There are some mystery named ranges in my workbook I want to kill.
However, they have non-alph/numberic characters in their name and won'
die.
The bad characters are square boxes:
I have also tried deleting them through VB:
On Error Resume Next
Set nms = ActiveWorkbook.Names
For x = 1 To nms.Count
Debug.Print nms(x).Name
nms(x).Delete
Next x
But to no avail. Any ideas??
Thanks,
Mar
However, they have non-alph/numberic characters in their name and won'
die.
The bad characters are square boxes:
I have also tried deleting them through VB:
On Error Resume Next
Set nms = ActiveWorkbook.Names
For x = 1 To nms.Count
Debug.Print nms(x).Name
nms(x).Delete
Next x
But to no avail. Any ideas??
Thanks,
Mar