Worksheet Menu Bar Disappeared

O

O. Zeigler

An end-user has lost the Worksheet Menu Bar. Under the
customize toolbar the option to check the worksheet menu
bar is gone also. We have run repair on Office 2000 and
reinstalled Office 2000 and still cannot get this resolved.
 
A

Andy Brown

Maybe code would work?

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

HTH,
Andy
 
Top