> I've recorded a marco to do a 'Edit/Paste Special.../Unformatted
> Text" and assigned it to a keyboard shortcut.
[quoted text clipped - 12 lines]
>
> Can anyone help please?
The macro recorder has many bugs, and this is one of them. Use this line
instead:
Selection.PasteSpecial DataType:=wdPasteText

Signature
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
BonzaiMaster - 20 Oct 2005 21:31 GMT
> Selection.PasteSpecial DataType:=wdPasteText
That did it. Thanks very much.