Thread: Styles Window
View Single Post
  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill Suzanne S. Barnhill is offline
external usenet poster
 
Posts: 33,624
Default Styles Window

Thanks, Stefan. That should do the trick.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Stefan Blom" wrote in message
...
FWIW, you can use a macro such as the following:

Sub StylesPaneToggle()
Application.TaskPanes(wdTaskPaneFormatting).Visibl e = _
Not Application.TaskPanes(wdTaskPaneFormatting).Visibl e
End Sub

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

--
Stefan Blom
Microsoft Word MVP


"Suzanne S. Barnhill" wrote in message
...
I hope I'm wrong, but I can't find any way to do this. Ctrl+F1 (assigned
to
ViewTaskPane) opens *a* task pane, but here it is the Getting Started
pane.
Styles and Formatting is on the Format menu, and it is listed in both the
Format and All Commands categories on the Commands tab of Tools |
Customize, but it is *not* listed in either category in the Customize
Keyboard dialog. You can open the Style dialog with Ctrl+Shift+S, but
apparently you can't assign a keyboard shortcut to the task pane. Sorry.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"Pastor Ed" wrote in message
...
Sorry. Yes, Suzanne. I'm trying to have the Styles Task Pane open easily
from
a keyboard command.