Using VBA how to automatically run a Microsoft Word macro after a merge -


What do I need to do to run a macro after the Microsoft Word document is merged?

We are using XML or Word ML format in Office 2003.

MS Word is not being merged inside the application, it is being merged with another application called Capture by SIIPA.

How can I get the macro to run after the merge, when the document is previewing?

For example: Set the Application Private SubDocument_on (as the EVENT word app) WordApp = Application Closing Sub-Sub Sub-Sub WordApp_MailMergeAfterMerge (ByVal Doc as Document, ByVal DocResult as Document) Chee end and sub


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -