View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default how to identify built-in Names

Why not clear them all out, Print_Area etc. will get re-created as required.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Eric" wrote in message
nk.net...
I want to clear out any user defined names in the names collection,

without
touching built-in names like Print_Area, etc.

Should this be done through the workbooks name collection, or the

worksheets
name collection; and more importantly, how do I identify a built-in my

code.

Thanks, Eric