Setting default Paste mode for Text

S

Steven O.

In Word 2000 and Word XP, is there anyway to set things so that the
default mode for pasting text is "Paste as Unformatted Text"?
Otherwise, I constantly have to go to the Paste Special... option,
which gets to be very tedious.

Thanks in advance for all replies.

Steve O.
(e-mail address removed)



Standard Antiflame Disclaimer: Please don't flame me. I may actually *be* an idiot, but even idiots have feelings.
 
J

James Silverton

Steven O. said:
In Word 2000 and Word XP, is there anyway to set things so that the
default mode for pasting text is "Paste as Unformatted Text"?
Otherwise, I constantly have to go to the Paste Special... option,
which gets to be very tedious.

Thanks in advance for all replies.

Steve O.
(e-mail address removed)



Standard Antiflame Disclaimer: Please don't flame me. I may actually
*be* an idiot, but even idiots have feelings.

This seems to be a question of some interest but the best approach that I
have found is to record a macro to "Paste Special" in "Unformatted text
mode" and place a button for it on the tool bar.

As you can tell, the actual macro is pretty simple:-

Sub unformatted_paste()
'
' unformatted_paste Macro
' Macro recorded 7/23/2003 by James V. Silverton
'
Selection.PasteAndFormat wdFormatPlainText

End Sub
 

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