Right mouse menus not appearing in Excel

  • Thread starter Thread starter Rita
  • Start date Start date
R

Rita

My right mouse button no longer seems to function in
Excel 2002. All other aps are fine (Word, Windows,
Outlook, etc). This is a problem for all my Excel
spreadsheets.

Any suggestions...

Rita
 
Hi Rita

Try to run this macro to reset it

Sub ResetCellmenu()
With Application.CommandBars("Cell")
.Reset
.Enabled = True
End With
End Sub
 

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