Is there a functional difference between the following:
Via Home > Paste > Paste Special > Keep Text Only:
Selection.PasteAndFormat (wdFormatPlainText)
Via Home > Paste > Paste Special > Unformatted Text:
Selection.PasteSpecial Link:=False, DataType:=wdPasteText, Placement:= _
wdInLine, DisplayAsIcon:=False