Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 279
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,441
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't click on dropdown menu in excel, but others can. Help! ivan Excel Discussion (Misc queries) 1 April 10th 08 06:57 PM
excel should let me change the menu than appear when right click Chema Excel Discussion (Misc queries) 2 June 2nd 06 07:13 AM
How to add right-click menu in excel. oioioi Excel Discussion (Misc queries) 3 September 13th 05 05:45 PM
right click menu excel Jo Vercauteren New Users to Excel 1 May 3rd 05 09:34 PM
Adding a menu item right click menu when clicking on a single. Andoni[_28_] Excel Programming 0 September 2nd 04 10:23 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"