Pasting text into Outlook e-mail body.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top