Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Shortcut for Paste Special?

262 views
Skip to first unread message

hantsman99

unread,
Dec 4, 2007, 9:57:05 AM12/4/07
to
I do a lot of work on web copy and am regularly moving text from web pages to
Word.
To undo the formatting, I highlight and right click Copy then use the Edit
menu to find Paste Special; this takes me to a dialog box where I select
Unformatted Text, then OK.
This is quite a long process. Is there a quicker way to do this?

Graham Mayor

unread,
Dec 4, 2007, 10:03:04 AM12/4/07
to
Use a macro attached to a toolbar button or keyboard shortcut

Sub PasteUnfText()
On Error GoTo Oops
Selection.PasteSpecial _
DataType:=wdPasteText, _
Placement:=wdInLine
End
Oops:
Beep
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

DeanH

unread,
Dec 4, 2007, 10:04:02 AM12/4/07
to

DeanH

unread,
Dec 4, 2007, 10:07:01 AM12/4/07
to
I forgot to say that you can do the unformatted paste from the intial copy
from the web, ie don't have to copy it twice, once from Web and once from
Word.
Also the following may of use:
http://word.mvps.org/FAQs/Formatting/CleanWebText.htm

Elliott

unread,
Feb 8, 2008, 7:44:01 PM2/8/08
to
Is there a way to at the paste special command to the right click menu?

Elliott

unread,
Feb 8, 2008, 7:45:02 PM2/8/08
to
I forgot to mention Word 2007

Graham Mayor

unread,
Feb 9, 2008, 2:16:52 AM2/9/08
to
If there is, I don't know it, but you can apply a keyboard shortcut e.g.
(re-sassign CTRL+ALT+V; you could add it to the QAT (Quick Access Toolbar)
or you could add it to the ribbon - see
http://gregmaxey.mvps.org/Customize_Ribbon.htm

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

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

0 new messages