macropod,
Thank you. The problem I am running into is that I want to create a macro to do this function. If the clipboard is empty I get an error as follows:
Run-time error '4605':
This method or property is not available because clipboard is empty or not valid.
The portion of the code in question is:
Selection.PasteSpecial link:=True, DataType:=wdPasteOLEObject, Placement:= _
wdInLine, DisplayAsIcon:=False
Any suggestions?
Gray '78