Sub MacroPaste()
'
' MacroPaste Macro
' Macro created 6/6/07 by Bailey
'
'http://word.mvps.org/Mac/PasteText.html

'
' equivalent to Edit>Paste Special>Unformatted Text and to using
' the smart button in Word 2004 to select "keep text only"
'
Selection.PasteSpecial datatype:=wdPasteText

End Sub

Labels: