R
Ron_1962
Hello,
I am trying to automate a process to copy a block of test from Word into the
body of the Outlook e-maol.
I am able to select the text and copy it by using the following commands:
MyDoc.Selection.WholeStory
MyDoc.Selection.Copy
When I try to paste the copied block into the body of the e-mail, nothing
happens.
I'm using the following code to paste the copied block:
..Body = MyDoc.Selection.Paste
Am I doing this correctly?
Thanks in advance.
I am trying to automate a process to copy a block of test from Word into the
body of the Outlook e-maol.
I am able to select the text and copy it by using the following commands:
MyDoc.Selection.WholeStory
MyDoc.Selection.Copy
When I try to paste the copied block into the body of the e-mail, nothing
happens.
I'm using the following code to paste the copied block:
..Body = MyDoc.Selection.Paste
Am I doing this correctly?
Thanks in advance.