"From a prior post by Ron DeBruin,
You can reset your menubar to default.
Right click menubar. Customize > Toolbars Tab. Select worksheet
menubar. Click Reset button.
Using VBA Application :
CommandBars(""Worksheet menu bar"").Controls(""File"").Reset
Or the whole menubar
Application.CommandBars(1).Reset
You lost the things you add to the menubar!!"
==========================================================
And one link that offers some suggestions.
http://groups.google.com/groups?hl=...oe=UTF-8&safe=off&th=cb9332b6747b0d39&rnum=13
HTH
Paul