The menu bar in excel is gone. How do I restore it?
M Marcelo Jul 24, 2006 #3 hi, right click on the bar icons area, choose "custom" - bars page, check menu bar hth regards from Brazil Marcelo "gfkbob" escreveu:
hi, right click on the bar icons area, choose "custom" - bars page, check menu bar hth regards from Brazil Marcelo "gfkbob" escreveu:
G gfkbob Jul 24, 2006 #4 There is no bar at all. I am assuming it was removed by going to tools/custom and unchecking the My Menu Bar.
There is no bar at all. I am assuming it was removed by going to tools/custom and unchecking the My Menu Bar.
G gfkbob Jul 24, 2006 #5 No. I am assuming the person somehow removed the check box in from of tools/customize/Worksheet Menu Bar
No. I am assuming the person somehow removed the check box in from of tools/customize/Worksheet Menu Bar
R Ron de Bruin Jul 24, 2006 #6 Run this macro one time Sub aa() Application.CommandBars(1).Reset Application.CommandBars(1).Enabled = True End Sub Alt-F11 Insert module paste the sub With the curser in the sub press F5 Alt q to close the VBA editor
Run this macro one time Sub aa() Application.CommandBars(1).Reset Application.CommandBars(1).Enabled = True End Sub Alt-F11 Insert module paste the sub With the curser in the sub press F5 Alt q to close the VBA editor