MailingLabel.CustomLabels Property
Word Developer Reference |
Returns a CustomLabels collection that represents the available custom mailing labels. Read-only.
Syntax
expression.CustomLabels
expression A variable that represents a MailingLabel object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example creates a new custom label named "AdminAddress" and then creates a page of mailing labels using a predefined return address.
Visual Basic for Applications |
---|
|
See Also