Envelope.RecipientPostalfromTop Property
Word Developer Reference |
Returns or sets a Single that represents the position, measured in points, of the recipient's postal code from the top edge of the envelope. Read/write.
Syntax
expression.RecipientPostalfromTop
expression An expression that returns an Envelope object.
Remarks
Use this property for Asian language envelopes.
Example
This example checks that the active document is a mail merge envelope and that it is formatted for vertical type. If so, it positions the recipient and sender address information.
Visual Basic for Applications |
---|
|
See Also