As .body is a property in Outlook, is there a similar one for a standard Word
document? Can an already-opened Word document's main body be referenced?
I have successfully migrated an already-opened Access form field into an
Outlook email message body by using a .body = Forms![Main]![List] type of
code and would like to do the same in word without having to perform
merge-related coding, if possible.
Thanks
Doug Robbins - 16 Sep 2005 05:30 GMT
The equivalent would be the .Range object. While you may not be interested
in the mailmerge part of it,
See the article "Mail Merge to E-mail with Attachments" at
http://word.mvps.org/FAQs/MailMerge/MergeWithAttachments.htm

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> As .body is a property in Outlook, is there a similar one for a standard
> Word
[quoted text clipped - 6 lines]
>
> Thanks