shortcut mouse right side key

C

cslgh

the shortcut key on the right side no longer works in Excel. This is after
installing a software inventory control in developed in Excel and removed for
free on the Internet. Could anyone help me to run down the right side to link
the mouse when using Excel?
 
G

Gord Dibben

No menu when you right-click on a cell?

Perhaps code from the inventory control program you installed disabled it.

Alt + F11 to open VBE.

View>Immediate Window.

Copy this into that window and hit ENTER key.

Application.CommandBars("Cell").Enabled = True

Alt + q to return to Excel............OK now?


Gord Dibben MS Excel MVP
 
Top