Not able to use Right-Click in excel sheet

A

Anil Khanduri

Hi All,

I m not able to use right click in Ms-Excel sheet. Right-Click is working in
other Ms-applicaiton but not in excel. Some one said that it is because of
your macro settings are not correct. I have re-installed Ms-office but still
the same thing is happening. Kindly help me to resolve this.
 
R

RichardSchollar

Hi All,

I m not able to use right click in Ms-Excel sheet. Right-Click is working in
other Ms-applicaiton but not in excel. Some one said that it is because of
your macro settings are not correct. I have re-installed Ms-office but still
the same thing is happening. Kindly help me to resolve this.

Hello Anil

Something to try:

Open up the VBE from Excel (shortcut key Alt+F11) and make sure the
Immediate Window is visible (shortcut key Ctrl+G) and type in the
following and hit return:

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

and see if that resets it.

Richard
 
Top