ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Right Click problem (https://www.excelbanter.com/excel-discussion-misc-queries/120271-right-click-problem.html)

DElk

Right Click problem
 
For some reason my right click does not work in my current version of Excel
(2003). I like to use it to manipulate charts and spreadsheets. I can right
click in other MS applications such as Explorer and Word. I have dug through
the options menus, but haven't seen anything that will fix my problem. Does
anyone have any suggestions that will make this work.

Thanks

Jim Thomlinson

Right Click problem
 
There are 2 possible reasons that I can think of off the top of my head. One
would be that you have bee writing code and done something to kill you right
click. The other possible would be that you have downloaded or installed an
addin that overrides your right click. A couple of possibles would be
Essbase or Cube Analysis or...
--
HTH...

Jim Thomlinson


"DElk" wrote:

For some reason my right click does not work in my current version of Excel
(2003). I like to use it to manipulate charts and spreadsheets. I can right
click in other MS applications such as Explorer and Word. I have dug through
the options menus, but haven't seen anything that will fix my problem. Does
anyone have any suggestions that will make this work.

Thanks


Gord Dibben

Right Click problem
 
You can try to reset the right-click menu.

Hit ALT + F11 to go to the VBEditor.

Then ViewImmediate Window.

Copy/paste this line into the window and hit <enter

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

OR copy/paste this sub to a module and run it.

Sub reset()
Application.CommandBars("Cell").Enabled = True
End Sub

But...as Jim points out.you might have a program that is hi-jacking the r-click
menu.

Look for that if the above brings no joy.


Gord Dibben MS Excel MVP

On Mon, 27 Nov 2006 12:55:01 -0800, DElk wrote:

For some reason my right click does not work in my current version of Excel
(2003). I like to use it to manipulate charts and spreadsheets. I can right
click in other MS applications such as Explorer and Word. I have dug through
the options menus, but haven't seen anything that will fix my problem. Does
anyone have any suggestions that will make this work.

Thanks


Gord Dibben MS Excel MVP


All times are GMT +1. The time now is 02:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com