G Guest Nov 12, 2004 #1 My menu captions (File, Edit, etc) were changed by a maco. How do I restore them back to the original names?
My menu captions (File, Edit, etc) were changed by a maco. How do I restore them back to the original names?
M Mark Nov 12, 2004 #2 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
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
J John Green Nov 12, 2004 #3 Right click any menu or toolbar and select Customize. Select the Toolbars page, if necessary, and select WorksheetMenuBar. Press the Reset button.
Right click any menu or toolbar and select Customize. Select the Toolbars page, if necessary, and select WorksheetMenuBar. Press the Reset button.