From the Visual Basic Help File
This example inserts the Clipboard contents at the insertion point as
unformatted text.
Selection.Collapse Direction:=wdCollapseStart
Selection.Range.PasteSpecial DataType:=wdPasteText

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> In Word 2000 you could at least create a keyboard short cut or a macro
> (and
[quoted text clipped - 13 lines]
>
> http://www.microsoft.com/office/community/en-us/default.mspx?mid=cd1b471d-c3cd-4
f5d-aa8a-90f476585b1a&dg=microsoft.public.word.vba.general
cary jo - 25 Apr 2006 20:34 GMT
That's truly wonderful Doug. Thank you!
Is there another line to automatically select Unformatted Text, or do I
always have to click on it in the list/box?
Cary Jo
> From the Visual Basic Help File
>
[quoted text clipped - 12 lines]
> >
> > ----------------