The Many to One add-in featured elsewhere on this site is capable of emulating a mail merge to e-mail, but is not actually a mail merge process and as such imposes some conditions on the preparation of merge document and its data. The add-in featured here is a conventional mail merge function and as such imposes fewer such conditions.
The add-in places a button on the Mailings Tab of the Word ribbon
The add-in is compatible with PDF Creator to provide secure PDF functionality.
The first time the add-in is run (and again after a reset) the following dialog is presented:
Clicking the button causes the add-in to check whether Outlook is configured to send messages immediately, by reference to a registry entry. If that entry shows that Outlook is configured to send messages immediately, the user will see the following warning message.
The add-in then checks that the merge document is a 'Letters' merge document associated with an appropriate data source.
The records to be merged are selected from Word's 'Edit Recipient List' option on the Mailings tab of the Word ribbon.
The add-in is able to merge to the body of an e-mail message, though it should be borne in mind that Word document and html e-mail formats are not entirely compatible so may result in formatting issues. This however is the default setting of the add-in and produces the following dialog:
The dialog reads the field names from the data source into the various combo boxes. The required fields are coloured pink, and the optional fields are coloured cream. All turn green when suitable values are selected or entered, and the OK button only becomes available when the mandatory fields are competed..
When the attachment options is selected, the Message Options' dialog expands to display additional fields
The add-in provides the user the option to include the values from up to six fields in the data source to be used in the covering message (whether the message is entered manually as below, or from a Word document. When such fields are selected, as shown in the following illustrations, the values from the field(s) may be included in the merged documents by inserting the text [DATAn] as shown. (The insertion is not case sensitive but must have the square brackets).
The 'Reset All' button in the add-in's group on 'Mailings' tab clears all the registry settings associated with the add-in. The 'Reset' buttons on the user forms clears the registry settings associated with the form.
The dialog also provides for the running of a macro. The macro must refer to the document i.e.
Sub MacroName(oDoc as Document)
With oDoc
'do stuff to oDoc
End With
End Sub
Clicking 'Complete the Merge' sends the messages associated with the records selected for the merge document directly to Outlook Outbox.
Help is provided by context sensitive buttons on various parts of the dialog.
The add-in also provides for the inclusion of attachments with the messages, additional to the attachment created when merged to an attachment from a separate tabbed page. The attachment may be provided from a field in the data source that holds the full paths to the attachments, and/or attachments common to all messages may be listed in the text box, each separated by a paragraph break.
When PDF Creator is available, the secure PDF option becomes available:
There are several add-ins available from this site to merge to individual documents, each of which has a different range of strengths and weaknesses. The process developed to merge to document attachments and featured in the description above, lends itself readily to producing documents that are not attached to messages then discarded, but to be saved as separate documents or PDF files. The requirements are not quite the same, and so while the core code is similar for both applications, I have kept them separate from one another (and switchable between them from the main dialogs).
Both dialogs store the information from the last used merge document and its data source independently from one another. If in either case that last document is to be remerged, the settings used previously are re-presented for use.The process opens with the main dialog. As before, required fields have pink backgrounds, optional fields have cream backgrounds. Context sensitive help is provided throughout and the process is extensively error trapped.apped.
The options for PDF are the same as for DOCX format shown above.
Secure PDF provides a range of additional options:
There are several mail merge add-ins on this web site, this one was produced as an aid to merging to e-mail from Word to Outlook.
The add-in also includes the ability to merge to documents and PDF format files including protected PDF format files (using third party PDF Creator software).
Illustrations may not be from the latest version of the add-in.