Menu Bar for Excel

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My question is: I had the file, edit, view, etc menu and now I don't. I need to have a simple solution on how to get it back. I have tried many suggestions on fixing this problem. None so far has worked and I am not a experienced computer person.
 
Press Alt+F11, go to Insert > Module, and paste in the
following code and run the macro:

Sub ShowMenuBar()
Application.CommandBars.ActiveMenuBar.Enabled = True
End Sub

HTH
Jason
Atlanta, GA
-----Original Message-----
My question is: I had the file, edit, view, etc menu
and now I don't. I need to have a simple solution on how
to get it back. I have tried many suggestions on fixing
this problem. None so far has worked and I am not a
experienced computer person.
 
Back
Top