How can I add Paste Special to the Word 2007 context menu?

S

Steve Samson

Excel 2007's context menu includes Paste Special; Word's does not. I have
frequent need for Paste Special in Word and the many trips to the Ribbon get
tiresome. I'd like to know how to add commands to the context menu in
general, but a solution for Paste Special is the immediate need.
 
P

Pamelia Caswell via OfficeKB.com

You can add the paste special command to your QAT--if that is all what you
want.

If you usually want paste unformatted text, you can use a macro and assign a
keyboard shortcut (Alt+v) to it or add it to the QAT. Here's one:

Sub PasteUnformattedText()

Selection.PasteSpecial DataType:=wdPasteText, _
Placement:=wdInLine

End Sub




HTH,
Pam
 

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