Hello Stan
Simply try: Tools>Customize>Tool bars tab then click Reset button and OK
If still not available:
Paste and run the code below into a new module of a blank workbook
Sub ResetCbs()
For Each cb In Application.CommandBars
If cb.BuiltIn Then cb.Reset
Next cb
End Sub
HTH
Cordially
Pascal
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.