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

Is there an open source WebSockets (JavaScript) XMPP library? -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -

iphone - How do I make a UIPickerView in a UIActionSheet -