Hello,
I have a custom form that auto populates a Word template. I do this to
populate the subject field and it works:
objDoc.MailEnvelope.Item.Subject = "Test"
I'm trying to attach to it and it's not working. I'm trying this:
objDoc.MailEnvelope.Item.Attachments = "C:\Test.doc"
and this:
objDoc.MailEnvelope.Item.Attachments.Add = "C:\Test.doc"
and it's not working.
Any help is much appriciated. Thanks,
Joel
Doug Robbins - Word MVP - 15 Aug 2007 01:33 GMT
See the article "How to send an email from Word using VBA" at:
http://www.word.mvps.org/FAQs/InterDev/SendMail.htm
and
"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
> Hello,
>
[quoted text clipped - 15 lines]
> Any help is much appriciated. Thanks,
> Joel