CustomLabel.NumberAcross Property
Word Developer Reference |
Returns or sets the number of custom mailing labels across a page. Read/write Long.
Syntax
expression.NumberAcross
expression An expression that returns a CustomLabel object.
Remarks
If this property is changed to a value that isn't valid for the specified mailing label layout, an error occurs.
Example
This example creates a new custom label named "Dept. Labels" and defines the layout, including the number of labels across the page.
Visual Basic for Applications |
---|
|
See Also