Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't click on dropdown menu in excel, but others can. Help! | Excel Discussion (Misc queries) | |||
excel should let me change the menu than appear when right click | Excel Discussion (Misc queries) | |||
How to add right-click menu in excel. | Excel Discussion (Misc queries) | |||
right click menu excel | New Users to Excel | |||
Adding a menu item right click menu when clicking on a single. | Excel Programming |