ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to add right-click menu in excel. (https://www.excelbanter.com/excel-programming/339918-how-add-right-click-menu-excel.html)

oioioi

How to add right-click menu in excel.
 

I have a user who cannot right click on cells.

When she right clicks on a cell nothing happens.

I have check in MS-Word (thinking that it has something to do wit
office) but it works fine.

What is the easiest way to get the right-click menu working again.

She had this problem once before but cant remember how it was fixed.

Thanks for the help

--
oioio
-----------------------------------------------------------------------
oioioi's Profile: http://www.excelforum.com/member.php...fo&userid=2719
View this thread: http://www.excelforum.com/showthread.php?threadid=46709


Vacation's Over

How to add right-click menu in excel.
 
standard diagnostics:

one user?
One file?
One mouse?

If the file works for others then I'd start with the mouse configuration,
the right click may be 'off"
If the file doesn't work for anyone then look into VBA rightclick event code

"oioioi" wrote:


I have a user who cannot right click on cells.

When she right clicks on a cell nothing happens.

I have check in MS-Word (thinking that it has something to do with
office) but it works fine.

What is the easiest way to get the right-click menu working again.

She had this problem once before but cant remember how it was fixed.

Thanks for the help.


--
oioioi
------------------------------------------------------------------------
oioioi's Profile: http://www.excelforum.com/member.php...o&userid=27197
View this thread: http://www.excelforum.com/showthread...hreadid=467090



Bernie Deitrick

How to add right-click menu in excel.
 
Run this macro on the user's machine:

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

HTH,
Bernie
MS Excel MVP


"oioioi" wrote in message
...

I have a user who cannot right click on cells.

When she right clicks on a cell nothing happens.

I have check in MS-Word (thinking that it has something to do with
office) but it works fine.

What is the easiest way to get the right-click menu working again.

She had this problem once before but cant remember how it was fixed.

Thanks for the help.


--
oioioi
------------------------------------------------------------------------
oioioi's Profile: http://www.excelforum.com/member.php...o&userid=27197
View this thread: http://www.excelforum.com/showthread...hreadid=467090





All times are GMT +1. The time now is 08:56 PM.

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