Re: Apply Style Using Keyboard Only

Tech-Archive recommends: Speed Up your PC by fixing your registry

From: Charles Kenyon (msnewsgroup_at_remove.no.spam.addbalance.com)
Date: 01/13/05


Date: Thu, 13 Jan 2005 09:26:12 -0600

Hi,

Try Ctrl-Shift-S. It depends on your version of Word. In Word 97 this lets
you access the styles window on the formatting toolbar and type in your
style name. Then you hit Enter to apply the style.

If you have a later version you'll need to add the following macro that
Klaus Linke wrote for me a while back. Then assign that macro to a keyboard
shortcut.

Sub MyStyleDropDown()
' from Klaus Linke on newsgroups
' 2003 December 12
'
  Dim myCBCB As CommandBarComboBox
  Set myCBCB = _
    CommandBars.FindControl(id:=1732, _
    Visible:=True)
  If myCBCB Is Nothing Then
    Dialogs(wdDialogFormatStyle).Show
  Else
    SendKeys "{ENTER}"
    myCBCB.SetFocus
  End If
End Sub

Hope this helps.

-- 
Charles Kenyon
Word New User FAQ & Web Directory: http://addbalance.com/word
Intermediate User's Guide to Microsoft Word (supplemented version of 
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide
See also the MVP FAQ: http://www.mvps.org/word which is awesome!
 --------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
"Ben Foster" <ben.foster@nospam.com> wrote in message 
news:u$MZfLY%23EHA.4004@tk2msftngp13.phx.gbl...
>I want to be able to apply a style to the select text using the keyboard 
>only. I can't find a way to do this - I have to use the mouse. At present I 
>click on the Style drop down and then select a style. I want to be able to 
>drop down the list using the keyboard only. Can anyone help ?
>
> Ben Foster
> 


Relevant Pages

  • Re: Multiple sessions of Word 97
    ... documents, or you can access the Window menu with your keyboard: ... please post all follow-ups to the newsgroup so ... >> As to the original question: if the /w switch isn't doing what you need, ... >> And when programming code, we generally use the CreateObject function or ...
    (microsoft.public.word.docmanagement)
  • Re: No KeyBrd Volume Control after XP Update - KeyBrd = Gateway SK
    ... I lost volume functions on my keyboard. ... the driver is presumably in place. ... I see that you are using the horrible web-based interface to this newsgroup, ... Ken Blake - Microsoft MVP Windows: ...
    (microsoft.public.windowsxp.general)
  • Re: Rudder for final runway alignment (?)
    ... I've flown it using a keyboard. ... I used to dogfight an F-15 sim using just the keyboard. ... convert our newsgroup into a sim discussion. ... We have plenty of contrasting viewpoints here already. ...
    (rec.aviation.student)
  • Re: keyboard locked up in word
    ... >Intermediate User's Guide to Microsoft Word ... >This message is posted to a newsgroup. ... >> the control key. ... The keyboard works in all ...
    (microsoft.public.word.newusers)
  • Re: Styles in Word
    ... Sub MyStyleDropDown() ... Dim myCBCB As CommandBarComboBox ... I can still call up the pane using Format ... This message is posted to a newsgroup. ...
    (microsoft.public.word.docmanagement)