How to add right-click menu in excel.

  • Thread starter Thread starter oioioi
  • Start date Start date
O

oioioi

I have a user who cannot right click on cells.

When she right clicks on a cell nothing happens.

I have check in MS-Word (thinking that it has something to do wit
office) but it works fine.

What is the easiest way to get the right-click menu working again.

She had this problem once before but cant remember how it was fixed.

Thanks for the help
 
User may be able to reset the right-click menu using this code.

Sub reset()
Application.CommandBars("Cell").Reset
End Sub

Or just run Application.CommandBars("Cell").Reset from the Immediate Window.


Gord Dibben Excel MVP
 
I had that happen when I left a spreadsheet open for weeks. I closed it.
Reopened it and it was fine. Another option is to reinstall excel. And if
she has an ancient computer it could be just lag time.
 

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