Word Paste Special

M

macropod

Hi,

If you add the following macro to 'Normal.dot' and attach
it to a toolbar button, it will give you easy access to
paste special, unformatted text:

Sub PasteUnformattedText()
On Error Resume Next
DataType:=wdPasteText, Placement:=wdInLine
End Sub

Cheers
PS: Remove NO.SPAM from the above before replying.
 

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