Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default CHANGE RIGHT CLICK OPTIONS

Hi
In Excel 2003, the right click options list includes a research option that
pops up on me routinely. It's very irritating, esp. if I am just about to
paste something because once the research window opens the paste option is
also gone and must copy again. Any way to turn this off or remove from
right-click menu?
Thanks!!

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default CHANGE RIGHT CLICK OPTIONS

Only possible with VBA


If I have the correct number this will disable the option
Run the macro one time

Sub test()
On Error Resume Next
Application.CommandBars("Cell").FindControl(ID:=73 43).Enabled = True
On Error GoTo 0
End Sub



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"gams sb" <gams wrote in message ...
Hi
In Excel 2003, the right click options list includes a research option that
pops up on me routinely. It's very irritating, esp. if I am just about to
paste something because once the research window opens the paste option is
also gone and must copy again. Any way to turn this off or remove from
right-click menu?
Thanks!!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,123
Default CHANGE RIGHT CLICK OPTIONS

Oops

Must be False instead of True in the code


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Ron de Bruin" wrote in message ...
Only possible with VBA


If I have the correct number this will disable the option
Run the macro one time

Sub test()
On Error Resume Next
Application.CommandBars("Cell").FindControl(ID:=73 43).Enabled = True
On Error GoTo 0
End Sub



--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"gams sb" <gams wrote in message ...
Hi
In Excel 2003, the right click options list includes a research option that
pops up on me routinely. It's very irritating, esp. if I am just about to
paste something because once the research window opens the paste option is
also gone and must copy again. Any way to turn this off or remove from
right-click menu?
Thanks!!

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
Right click delete options LDP Analyst[_2_] Excel Discussion (Misc queries) 2 March 13th 08 04:45 PM
I am unable to right click a cell and get options to pop up... 2003 [email protected] Excel Discussion (Misc queries) 1 November 13th 07 09:20 PM
further options following a command button click thesaxonuk Excel Discussion (Misc queries) 0 October 23rd 06 01:46 PM
how do I add more toolbar options to my right click options Rosie Excel Discussion (Misc queries) 1 August 11th 06 04:52 PM
Right click in cell menu options AlisonJS Excel Discussion (Misc queries) 5 April 6th 06 01:41 PM


All times are GMT +1. The time now is 09:52 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"