J
John Riddle
Hello,
I have a macro that parses a Word Document (a resume) and creates an Outlook
contact out of it. I then copy and paste the entire contents of the document
to the Notes field in Outlook. A manual copy/paste of a Word document's
contents into the Notes field in Outlook preserves the RTF formatting.
However, when I do this programmatically, it appears as plain text in the
Notes field in Outlook. Here is the code that I'm using:
oContact.Body = ActiveDocument.Range.Text
Is there a different way to paste (in RTF format) all of the text of a Word
Document into the Notes (Body) field of Outlook Contact Item?
John
I have a macro that parses a Word Document (a resume) and creates an Outlook
contact out of it. I then copy and paste the entire contents of the document
to the Notes field in Outlook. A manual copy/paste of a Word document's
contents into the Notes field in Outlook preserves the RTF formatting.
However, when I do this programmatically, it appears as plain text in the
Notes field in Outlook. Here is the code that I'm using:
oContact.Body = ActiveDocument.Range.Text
Is there a different way to paste (in RTF format) all of the text of a Word
Document into the Notes (Body) field of Outlook Contact Item?
John