Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
martin gifford martin gifford is offline
external usenet poster
 
Posts: 10
Default Keyboard shortcut to close or toggle Thesaurus/Research

Hi,
I know the keyboard shortcut to open thesaurus/research is shift + F7.
Every time I open it, I want to close it with a keyboard shortcut.
It would be great if shift + F7 was a toggle switch that opened AND closed it.
Does anyone know of a keyboard shortcut to close thesaurus/research?
The shortcut alt + shift + c is supposed to close panes but it doesn't close
thesaurus/research.
Thanks,
Martin Gifford.
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Keyboard shortcut to close or toggle Thesaurus/Research

Which Word version?
Word 2007:
Create the following macro to intercept the command

Sub ToolsThesaurusRR()
With CommandBars("Research")
.Visible = Not .Visible
End With
End Sub

The same command is used in Word 2003, but works in a different manner

Sub ToolsThesaurusRR()
With CommandBars("Task Pane")
.Visible = Not .Visible
End With
End Sub

http://www.gmayor.com/installing_macro.htm


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


martin gifford wrote:
Hi,
I know the keyboard shortcut to open thesaurus/research is shift + F7.
Every time I open it, I want to close it with a keyboard shortcut.
It would be great if shift + F7 was a toggle switch that opened AND
closed it. Does anyone know of a keyboard shortcut to close
thesaurus/research?
The shortcut alt + shift + c is supposed to close panes but it
doesn't close thesaurus/research.
Thanks,
Martin Gifford.



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Keyboard shortcut to close or toggle Thesaurus/Research

Word 2003 uses shared task panes with some shared commands. It is worth
noting that the Macro may fail in Word 2003 if the task bar has not first
been displayed and you will get an error message. The following will trap
that error and stop the macro. This is only likely to be a problem if you
have used the Taskpane controller.dot add-in to disable the startup task
pane.

Sub ToolsThesaurusRR()
On Error Resume Next
With CommandBars("Task Pane")
.Visible = Not .Visible
End With
End Sub


--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org


Graham Mayor wrote:
Which Word version?
Word 2007:
Create the following macro to intercept the command

Sub ToolsThesaurusRR()
With CommandBars("Research")
.Visible = Not .Visible
End With
End Sub

The same command is used in Word 2003, but works in a different manner

Sub ToolsThesaurusRR()
With CommandBars("Task Pane")
.Visible = Not .Visible
End With
End Sub

http://www.gmayor.com/installing_macro.htm



martin gifford wrote:
Hi,
I know the keyboard shortcut to open thesaurus/research is shift +
F7. Every time I open it, I want to close it with a keyboard
shortcut. It would be great if shift + F7 was a toggle switch that opened
AND
closed it. Does anyone know of a keyboard shortcut to close
thesaurus/research?
The shortcut alt + shift + c is supposed to close panes but it
doesn't close thesaurus/research.
Thanks,
Martin Gifford.



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
remove keyboard shortcut for research pane in Word Alimo Microsoft Word Help 3 March 26th 12 04:23 PM
Word 2007 - Close all files keyboard shortcut Tammy Microsoft Word Help 2 June 9th 08 04:47 PM
Research Panel: keyboard shortcut to close? lllusion Microsoft Word Help 6 May 24th 08 05:56 PM
Is making a keyboard shortcut for toggle between fonts possible? A.N.G. Microsoft Word Help 4 January 13th 08 11:17 PM
Indicate keyboard shortcut to close a window benzaloy Tables 3 February 1st 07 04:36 PM


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

Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"