My Worksheet Menu Bar is Gone?

J

JPM

I cannot find my worksheet menu bar.
When I tried: right clicking on a tool bar clicking customize in the
drop down menu and in the new customize pop up box put a check and clicked
Reset - it still would not work.
I need Help.
Any Help is Appreciated
 
G

Gord Dibben

JPM

Sounds like you have right-clicked and Customize>Toolbars.

Scrolled down to Worksheet MenuBar and hit Reset but got no joy from that?

Try this method..................

Hit ALT + F11 to get to VB Editor.

Hit View>Immediate Window(CTRL + G) and copy this into the window.

Application.CommandBars("Worksheet Menu Bar").Enabled = True

Hit ALT + Q to go back to Excel.


Gord Dibben MS Excel MVP

I cannot find my worksheet menu bar.
When I tried: right clicking on a tool bar clicking customize in the
drop down menu and in the new customize pop up box put a check and clicked
Reset - it still would not work.
I need Help.
Any Help is Appreciated

Gord Dibben MS Excel MVP
 
Top