MailMerge.Execute Method
Performs the specified mail merge operation.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Execute ( _
ByRef Pause As Object _
)
'Usage
Dim instance As MailMerge
Dim Pause As Object
instance.Execute(Pause)
void Execute(
ref Object Pause
)
Parameters
- Pause
Type: System.Object%
Optional Object. True for Microsoft Word to pause and display a troubleshooting dialog box if a mail merge error is found; False to report errors in a new document.