J
Joel Crum
Hello all,
I use the following simple macro attached to Ctrl+V to paist text:
Selection.PasteAndFormat (wdFormatPlainText)
However, it errors when I'm using Outlook because I have the program set to
send mail as text so there is no "wdFormatPlainText". Consequently I'd
like to add an if statement to detect if I'm using Word and if not paste in
the default manner.
--
- Joel C.
"Smile and take your awkward bow. Turn and stumble off the stage. Let the
rain be your applause, every encore soothe your rage." - "Benediction" by
The Weakerthans
I use the following simple macro attached to Ctrl+V to paist text:
Selection.PasteAndFormat (wdFormatPlainText)
However, it errors when I'm using Outlook because I have the program set to
send mail as text so there is no "wdFormatPlainText". Consequently I'd
like to add an if statement to detect if I'm using Word and if not paste in
the default manner.
--
- Joel C.
"Smile and take your awkward bow. Turn and stumble off the stage. Let the
rain be your applause, every encore soothe your rage." - "Benediction" by
The Weakerthans