J
Julie27
I'm copying and pasting a lot of emails into one Word document. To
save steps, I created a macro to paste special unformatted text, but
it's not working right. It's pasting but not in unformatted text
form. My macro is:
Sub PasteUnformattedText()
'
' PasteUnformattedText Macro
' Macro recorded 12/22/07 by Baird Julianne
'
Selection.PasteAndFormat (wdPasteDefault)
End Sub
I searched these discussion threads and found this macro for the same
action
Selection.PasteSpecial Link:=False, DataType:=wdPasteText,
Placement:= _
wdInLine, DisplayAsIcon:=False
I copy and pasted those lines over my Macro commands but received an
error message.
Why isn't this working? I will admit I'm not very swift at creating
Macros.
Julie
save steps, I created a macro to paste special unformatted text, but
it's not working right. It's pasting but not in unformatted text
form. My macro is:
Sub PasteUnformattedText()
'
' PasteUnformattedText Macro
' Macro recorded 12/22/07 by Baird Julianne
'
Selection.PasteAndFormat (wdPasteDefault)
End Sub
I searched these discussion threads and found this macro for the same
action
Selection.PasteSpecial Link:=False, DataType:=wdPasteText,
Placement:= _
wdInLine, DisplayAsIcon:=False
I copy and pasted those lines over my Macro commands but received an
error message.
Why isn't this working? I will admit I'm not very swift at creating
Macros.
Julie