Word fusion and attachment

A

androidale

Hello Everybody,

How do Word mailmerge with more attachment files.

My code:

Dim Mydoc as document
Set MyDoc = ActiveDocument

With MyDoc.MailMerge
.MailAsAttachment = True
.MailAddressFieldName = "Courriel"
.MailSubject = Objet.Text
.Destination = wdSendToEmail
.Execute
End With

My code is good, but I miss something to attach an additional file to
the mail. I would like in addition to fusion in part joint having the
possibility of putting of another file for each address indicated in my
fusion.

Thak you for reply!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top