Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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