Try a macro such as the following, which I simply created by using the
macro recorder:
Sub PasteAsUnformattedText()
On Error Resume Next
Selection.PasteSpecial Link:=False, _
DataType:=wdPasteText, Placement:= _
wdInLine, DisplayAsIcon:=False
End Sub

Signature
Stefan Blom
> 90% times I have to paste text inside a Word document from other sources
> and/or Word documents I *have* to paste it as Unformatted Text or
[quoted text clipped - 6 lines]
>
> DdJ
Stefan Blom - 21 Apr 2004 11:45 GMT
Just to be clear, I'd like to add that the "On Error Resume Next" part
cannot be recorded; it must be added manually.
If you need help on installing the macro, please see:
http://www.gmayor.com/installing_macro.htm

Signature
Stefan Blom
> Try a macro such as the following, which I simply created by using the
> macro recorder:
[quoted text clipped - 21 lines]
> >
> > DdJ
Dario de Judicibus - 21 Apr 2004 19:27 GMT
Stefan, thank you very much for useful macro and url. You solved my problem.
DdJ
Stefan Blom - 22 Apr 2004 07:17 GMT
You're welcome.

Signature
Stefan Blom
> Stefan, thank you very much for useful macro and url. You solved my problem.
>
> DdJ