Document.DataForm (Word)

Displays the Data Form dialog box, in which you can add, delete, or modify records.

You can use this method with a mail merge main document, a mail merge data source, or any document that contains data delimited by table cells or separator characters.


If ActiveDocument.MailMerge.State <> wdNormalDocument Then 
 ActiveDocument.DataForm 
End If