View Single Post
  #3   Report Post  
Gord Dibben
 
Posts: n/a
Default

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


On Tue, 13 Sep 2005 09:22:59 -0500, oioioi
wrote:


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 with
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.