L
Lin
Hi,
I have a mail merge document that merged data from Access database. I would
like to send this mailmerged document as an attachment using macro. My macro
disappearing in the form letter which I created in the Mail merge doc. What
is wrong with
my code which I using in my mailmerge doc
Sub Macro1()
With Documents("Confirmation.doc").MailMerge
.MailAsAttachment = True
.Destination = wdSendToEmail
.MailSubject = "Special offer"
.MailAddressFieldName = "Email"
.Execute
End With
End Sub
Or Is there any other way I can do this word?
Thanks
I have a mail merge document that merged data from Access database. I would
like to send this mailmerged document as an attachment using macro. My macro
disappearing in the form letter which I created in the Mail merge doc. What
is wrong with
my code which I using in my mailmerge doc
Sub Macro1()
With Documents("Confirmation.doc").MailMerge
.MailAsAttachment = True
.Destination = wdSendToEmail
.MailSubject = "Special offer"
.MailAddressFieldName = "Email"
.Execute
End With
End Sub
Or Is there any other way I can do this word?
Thanks