You must have figured out by now that I'm looking for code to open an existing document and then invoke the mail merge. I'll keep checking to see if I find anything, but I haven't found anything yet, including in Microsoft: Access Modules (VBA coding) forum. All help is appreciated!
Best Regards
I'm trying to get Access to invoke a word mail merge. Can anyone be of assistance. I coded a Word button to, on Click, execute a mail merge and email with:
Private Sub CommandButton2_Click()
With ActiveDocument.MailMerge
.Destination = wdSendToEmail
.Execute
End With
End Sub...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.