I have recorded a macro in Word 2003 that opens Edit / Paste Special
and selects Unformatted Text. However, the resulting macro does NOT
deliver unformatted text, but rather fully formatted rich text.
Can anyone tell me how I can get the macro to paste plain, unformatted
text from formatted text in the clipboard?
I most certainly would appreciate any input on this!!!
Thank you!! :o)
Jezebel - 11 Nov 2005 00:04 GMT
Selection.PasteSpecial DataType:=wdPasteText
>I have recorded a macro in Word 2003 that opens Edit / Paste Special
> and selects Unformatted Text. However, the resulting macro does NOT
[quoted text clipped - 6 lines]
>
> Thank you!! :o)
c02homer@hotmail.com - 11 Nov 2005 13:12 GMT
It works perfectly!! Thank You!!!