worksheet menubar disappeared

W

Wingman

Somehow the worksheet menu bar has been deleled. I've tried going into
customize toolbars and the worksheet menu bar does not appear on the
list. I'd like to know what caused this and how to fix it.
 
W

Wingman

Thank you,
Someone else also gave me a VB command:
CommandBars("Worksheet menu bar").Enabled = True
to fix it.
 
Top