G
Gary Petersen
In Word, the macro for paste special-unformatted text is pretty simple, like
this:
Sub PasteUnformatted()
Selection.PasteSpecial Link:=False, DataType:=wdPasteText
End Sub
I'd like to do this in Outlook 2007 so I could link the VBA macro to a
button. This script gives me an object required error. Can anyone help out
with the VBA code for this? I've searched the forum here and the Internet in
general without finding a solution.
Thanks,
this:
Sub PasteUnformatted()
Selection.PasteSpecial Link:=False, DataType:=wdPasteText
End Sub
I'd like to do this in Outlook 2007 so I could link the VBA macro to a
button. This script gives me an object required error. Can anyone help out
with the VBA code for this? I've searched the forum here and the Internet in
general without finding a solution.
Thanks,