Right click menu gone?

  • Thread starter Thread starter wachen
  • Start date Start date
W

wachen

a co-worker is telling me that in Excel when he right clicks a cell,
the usual right click menu does not show up. I cannot find in Excel
any options that I can set to get this feature back. Any ideas?

Thanks
 
Try this: press Alt+F11, go to Insert > Module, paste in
the code below, and then run the macro:

Sub BringitBack()
CommandBars("Cell").Enabled = True
End Sub

HTH
Jason
Atlanta, GA
 

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