Hi Doug,
I have used part of your online help
"http://word.mvps.org/faqs/mailmerge/mergewithattachmentsco
ntent.htm"
I have written VB app to ask for the location of the word
doc, mdb file to merge with, and the list of attachments.
I then open these up and for each email address out of the
MDB file I create an olmailitem and insert the contents of
the word doc as the body.
I am using
.BodyFormat = olFormatHTML
.HTMLBody = wordr.ActiveDocument.Content
Everything works perfect except, the body of the email has
losted all the formating, ie colour, centre, underline.
How can I keep the format of the Word doc ?
thanks
Sean
Graham Mayor - 24 Feb 2005 06:04 GMT
You can't - that's the whole point of the attachments.

Signature
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site www.gmayor.com
Word MVP web site http://word.mvps.org
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
> Hi Doug,
>
[quoted text clipped - 17 lines]
> thanks
> Sean