How do I create a keyboard shortcut?

B

blaw

I know the general method for assigning key sequences to create a
shortcut in Word. I wish to do so for the past command I often use
"Paste as Unformatted text" which I access through the menu: Edit |
Paste Special. Can I do this? I ask because I am not finding it as a an
option in the Customize Keyboard Command menu. Thanks for any ideas.
Brian Lawler
 
M

matt neuburg

I know the general method for assigning key sequences to create a
shortcut in Word. I wish to do so for the past command I often use
"Paste as Unformatted text" which I access through the menu: Edit |
Paste Special. Can I do this? I ask because I am not finding it as a an
option in the Customize Keyboard Command menu.

What I would do is a create a macro and assign the keyboard shortcut to
that. Something like this:

Sub pasteUnformatted()
Selection.PasteSpecial Link:=False, DataType:=wdPasteText
End Sub

m.
 
D

Daiya Mitchell

I know the general method for assigning key sequences to create a
It's not there.
What I would do is a create a macro and assign the keyboard shortcut to
that. Something like this:

Sub pasteUnformatted()
Selection.PasteSpecial Link:=False, DataType:=wdPasteText
End Sub
If you don't know what to do with that, see here:
http://daiya.mvps.org/installMacroMac.htm
 
C

Clive Huggan

And there are some explicit instructions on this in some notes on the way I
use Word for the Mac, titled "Bend Word to Your Will", which are available
as a free download from the Word MVPs' website
(http://word.mvps.org/MacWordNew/Bend/BendWord.htm). Do a "Find" for the
words "Paste plain text".

Cheers,

Clive Huggan
Canberra, Australia
(My time zone is at least 7 hours different from the US and Europe, so my
follow-on responses to those regions can be delayed)
============================================================

* A SUGGESTION ‹ WAIT FOR CONSIDERED ADVICE: If you post a question, keep
re-visiting the newsgroup for several days after the first response comes
in. Sometimes it takes a few responses before the best or complete solution
is proposed; sometimes you'll be asked for further information so that a
better answer can be provided. Good tips about getting the best out of
posting are at http://word.mvps.org/FindHelp/Posting.htm (if you use Safari
and it gives you a blank page the first time, you may need to hit the
circular arrow icon -- "Reload the current page" -- a few times).

* AND ONE MORE ‹ AVOID SPAM: To avoid spam directed at contributors of
newsgroups, you can set up a "send-only" dummy e-mail account. Full
instructions are at http://www.entourage.mvps.org/tips/tip019.html

============================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top