Tuesday, July 19, 2016

Paste unformatted text - macro word

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