MailMergeDataSource.FirstRecord Property
Word Developer Reference |
Returns or sets the number of the first record to be merged in a mail merge operation. Read/write Long.
Syntax
expression.FirstRecord
expression A variable that represents a MailMergeDataSource object.
Example
This example merges the main document with records 1 through 3 and sends the merge documents to the printer.
Visual Basic for Applications |
---|
|
See Also