MailMerge.Check Method
Simulates the mail merge operation, pausing to report each error as it occurs.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Check
'Usage
Dim instance As MailMerge
instance.Check()
void Check()