can't right-click

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

Guest

I can't right click in Microsoft Excel 2000. Even create new documents or
restart pc. Please Help!!!
 
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.

Ask a Question

Back
Top