Document.DataForm Method
Word Developer Reference |
Displays the Data Form dialog box, in which you can add, delete, or modify records.
Syntax
expression.DataForm
expression Required. A variable that represents a Document object.
Remarks
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.
Example
This example displays the Data Form dialog box if the active document is a mail merge document.
Visual Basic for Applications |
---|
|
This example creates a table in a new document and then displays the Data Form dialog box.
Visual Basic for Applications |
---|
|
See Also