Envelope.AddressFromLeft Property
Word Developer Reference |
Returns or sets the distance (in points) between the left edge of the envelope and the delivery address. Read/write Single.
Syntax
expression.AddressFromLeft
expression A variable that represents a Envelope object.
Remarks
If you use this property before an envelope has been added to the document, an error occurs.
Example
This example creates a new document and adds an envelope with a predefined delivery address and return address. The example then sets the distance between the left edge of the envelope and the delivery address to 3.75 inches.
Visual Basic for Applications |
---|
|
See Also