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 Menus Delete vs Reset

It is best to hide them, then unhide them. Make any customizations on a new
toolbar specific to your application (then you can delete those as much as
you want). If you delete them/reset them (them being the builtin toolbars),
you will destroy any customizations the user might have applied. If you
are placing controls on built in toobars, then just delete those controls -
don't reset the builtin toolbar.

--
Regards,
Tom Ogilvy

"Dan" wrote in message
...
Which is the better technique when dealing with custom menus that are
workbook specific? is it better to delete them then do a reset or simply

just
reset? or does it make a difference. Is there a "residue" left by just
resetting? Or is thie just preference. Thanks in advance for the input.