Right mouse button doesn't work

S

satucha

Hi there,

I have a problem with right button of the mouse. When I click on right
button in order to get floating context dialog, no action occured. I
have to use special Windows button on my clipboard, but it is
annoying.

Does anybody know the solution ?

Thanks

Satucha
 
B

Bob Umlas

Try running this command in the immediate window of the VBE (Alt/F11 then
ctrl/G):
Commandbars("Cell").Reset
 
Top