Thread
:
Delate Names
View Single Post
#
2
Posted to microsoft.public.excel.programming
Mark Rosenkrantz[_2_]
external usenet poster
Posts: 33
Delate Names
Shamsul;
Sub DeleteNames()
Dim MyName As Name
For Each MyName In ThisWorkbook.Names
MyName.Delete
Next
End Sub
Mark.
More Excel ?
www.rosenkrantz.nl
or
--------------------------------------------------------------------
"Shamsul Islam" wrote in message
...
Hi
What code can be used to delate all names in a worksheet?
Thanks
Sham
Reply With Quote
Mark Rosenkrantz[_2_]
View Public Profile
Find all posts by Mark Rosenkrantz[_2_]