Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Word 2003: I don't want the Research Pane to open when I use Alt+Left click.
How do I remove this shortcut key for the Research Pane? I only want to see the Research Pane when I purposely click on Tools, Research. |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Wanna Know wrote:
Word 2003: I don't want the Research Pane to open when I use Alt+Left click. How do I remove this shortcut key for the Research Pane? I only want to see the Research Pane when I purposely click on Tools, Research. Sorry, Microsoft forgot to give us that control. Same in Word 2007. :-( -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Jay: Is it a trappable command? -- Bear
-- Windows XP, Word 2000 |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
On Wed, 9 May 2007 14:16:01 -0700, Bear (nospam)
wrote: Jay: Is it a trappable command? -- Bear Not as far as I can see. The standard way of finding the name of the macro that should intercept a command is described in http://www.word.mvps.org/FAQs/Macros...tSavePrint.htm. In Word 2003 that search yields two commands, Research and ResearchLookup. The command descriptions are, respectively, "Initiates the Research pane" and "Looks up the word in the research tool". Unfortunately, creating macros with those names and overriding the action with a MsgBox doesn't succeed in intercepting the Alt+Click action. If anyone knows the magic word and is willing to share it, I'd be delighted -- this usurpation makes Alt+Drag "column selection" nearly impossible. In fact, if the column you want to select is only one character wide, it is impossible. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I have no trouble using Alt+Drag, even for single-character column
selection, in Word 2003. It may be worse in 2007. -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA Word MVP FAQ site: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. "Jay Freedman" wrote in message ... On Wed, 9 May 2007 14:16:01 -0700, Bear (nospam) wrote: Jay: Is it a trappable command? -- Bear Not as far as I can see. The standard way of finding the name of the macro that should intercept a command is described in http://www.word.mvps.org/FAQs/Macros...tSavePrint.htm. In Word 2003 that search yields two commands, Research and ResearchLookup. The command descriptions are, respectively, "Initiates the Research pane" and "Looks up the word in the research tool". Unfortunately, creating macros with those names and overriding the action with a MsgBox doesn't succeed in intercepting the Alt+Click action. If anyone knows the magic word and is willing to share it, I'd be delighted -- this usurpation makes Alt+Drag "column selection" nearly impossible. In fact, if the column you want to select is only one character wide, it is impossible. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. |
#6
![]() |
|||
|
|||
![]()
After fighting with this myself for years, I found out the answer.
From Word, press Alt-F11 to open the VB Editor. Press Ctrl-G to open the Immediate Window. Type this line and press Enter: Application.CommandBars("Research").Enabled = False |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Remove the research pane. | Microsoft Word Help | |||
How do you disable/remove the Research Task Pane? | Microsoft Word Help | |||
remove keyboard shortcut for research pane in Word | Microsoft Word Help | |||
Task Pane - research | Microsoft Word Help | |||
Research task pane | Microsoft Word Help |