|
[FAQ's: OD] How do I automate a Word MailMerge document -
Using the MailMerge object in the Word Object Model we can modify or execute a mailmerge on an existing mailmerge document. You may want to do this for reasons like filtering an output of records, sorting, changing a datasource (keeping the same fields), batch processing, etc.
For a tutorial on creating a MailMege document, please see my Word FAQ - "How do I create a Mailmerge?" Word 2003 And VB 6 Code Example: Word 2003 And VB.NET 2003 Code Example:
|