Paste unformatted text - macro Microsoft Word
Sub PasteUnfText()
'Paste unformatted text
'----------------------
Selection.PasteSpecial _
DataType:=wdPasteText, _
Placement:=wdInLine
'--- argument
'Word.WdPasteDataType
'Word.WdOLEPlacement
End Sub
No comments:
Post a Comment