ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   mouse shortcuts not working (https://www.excelbanter.com/excel-discussion-misc-queries/61475-mouse-shortcuts-not-working.html)

Ed

mouse shortcuts not working
 
I'm using XP office 2002. All of a sudden in excel only when I right click a
cell or anything for that matter the normal drop down list that has all the
shortcuts is no longer working. I must have a setting that is off and I can't
figure it out. Now anywhere else within any other program this function works
fine with no problems, so i must be in excel. Any ideas? Please help.
thanks

Steve Yandl

mouse shortcuts not working
 
Ed,

Press Alt plus F11 (Takes you to VBE)
Press Ctrl plus g (Access to Immediate Window)
Type in the following line
Commandbars("Cell").Reset
Press Enter and then press Alt plus Q to return to Excel

Steve


"Ed" wrote in message
...
I'm using XP office 2002. All of a sudden in excel only when I right click
a
cell or anything for that matter the normal drop down list that has all
the
shortcuts is no longer working. I must have a setting that is off and I
can't
figure it out. Now anywhere else within any other program this function
works
fine with no problems, so i must be in excel. Any ideas? Please help.
thanks




Gord Dibben

mouse shortcuts not working
 
Ed

Sounds like code disabled the right-click menu.

Run this macro.

Sub reset()
Application.CommandBars("Cell").Reset
End Sub

Or just run Application.CommandBars("Cell").Reset from the Immediate Window.

I would also be looking at any workbooks or add-ins that may have code running
to disable the right-click menu if it occurs again.


Gord Dibben Excel MVP


On Wed, 21 Dec 2005 12:50:05 -0800, "Ed" wrote:

I'm using XP office 2002. All of a sudden in excel only when I right click a
cell or anything for that matter the normal drop down list that has all the
shortcuts is no longer working. I must have a setting that is off and I can't
figure it out. Now anywhere else within any other program this function works
fine with no problems, so i must be in excel. Any ideas? Please help.
thanks



All times are GMT +1. The time now is 12:05 AM.

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