View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default document for VBA

ThisWorkbook.Names("MyName").Delete

--
Regards,
Tom Ogilvy

wrote in message
ups.com...
Now, the inverse question: how can I remove a name that I ve created? I
can find how to do it
XS