ApplicationEvents4_Event.MailMergeWizardSendToCustom Event

Occurs when the custom button is clicked on step six of the Mail Merge Wizard.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Event MailMergeWizardSendToCustom As ApplicationEvents4_MailMergeWizardSendToCustomEventHandler
'Usage
Dim instance As ApplicationEvents4_Event
Dim handler As ApplicationEvents4_MailMergeWizardSendToCustomEventHandler

AddHandler instance.MailMergeWizardSendToCustom, handler
event ApplicationEvents4_MailMergeWizardSendToCustomEventHandler MailMergeWizardSendToCustom

Remarks

Use the ShowSendToCustom property to create a custom button on the sixth step of the Mail Merge Wizard.

See Also

Reference

ApplicationEvents4_Event Interface

ApplicationEvents4_Event Members

Microsoft.Office.Interop.Word Namespace