View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
mark mark is offline
external usenet poster
 
Posts: 196
Default reset menu captions

Hi,

In a Macro write and execute the following:

Application.CommandBars("Worksheet Menu Bar").Reset

This should reset your menu back to its original setting

Hope this helps
Mark

-----Original Message-----
My menu captions (File, Edit, etc) were changed by a maco.
How do I restore them back to the original names?
.