OfficeDataSourceObject.Table Property
Gets a String that represents the name of the table within the data source file that contains the mail merge records. The returned value may be blank if the table name is unknown or not applicable to the current data source. Read-only.
Syntax
expression.Table
expression A variable that represents an OfficeDataSourceObject object.
Example
This example sets the name of the table if the table name is currently blank.
| Visual Basic for Applications |
|---|
|