
Signature
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.
Hope this helps,
Doug Robbins - Word MVP
>I am trying to send an email using Word using OLE controls. I would like
>to
[quoted text clipped - 55 lines]
>
> Thanks
This is soooo close to what I need. I must keep the formatting and the
document can not be an attachment. Since It can't be an attachment, I can't
use the Routing Slip. And since I need the formatting, I can't use the
message.Body = ActiveDocument.Content. Is this not possible?
What about setting Word's ActiveWindow.EnvelopeVisible = True. How do I set
the .To and .Subject line this way (and never even have to open or mess with
Outlook). The ActiveWindow.EnvelopeVisible = True come from a macro when I
do a File -> Send To -> Mail Recipient.
> See the article "How to send an email from Word using VBA" at:
>
[quoted text clipped - 59 lines]
> >
> > Thanks
texasHawkeye - 16 Feb 2005 16:43 GMT
I have tried a new direction adapted from the document listed in Doug Robbins
reply. Instead of inserting the ActiveDocuemnt.Content of a .doc into the
ole_message.Body, I...
1) saved the .doc as a .htm
2) saved that .htm as a .txt
3) inserted the ActiveDocuemnt.Content of the .txt into the
message.HTMLBody. this converts the .html text back into a readable format.
The drawback is that my images are lost in the process. I will have to
research a way to embedd these images as I haven't figured that out yet.
Thanks for the help and I hope that this solution will help someone else too!
> This is soooo close to what I need. I must keep the formatting and the
> document can not be an attachment. Since It can't be an attachment, I can't
[quoted text clipped - 69 lines]
> > >
> > > Thanks