I guess my VBA misses smth. See another problem, maybe related. Recorded it, but when running, error.
Sub aMakePlainText()
'
' aMakePlainText Macro
'
'
Selection.HomeKey Unit:=wdStory
Selection.WholeStory
Selection.Cut
Selection.PasteAndFormat (wdFormatPlainText) '<-- error here
Selection.HomeKey Unit:=wdStory
End Sub
Stops at PasteAndFormat, error 4198
|