Document.Envelope Property
Word Developer Reference |
Returns an Envelope object that represents an envelope and envelope features in a document. Read-only.
Syntax
expression.Envelope
expression A variable that represents a Document object.
Example
This example sets the default envelope size to C4 (229 x 324 mm).
Visual Basic for Applications |
---|
|
This example displays the delivery address if an envelope has been added to the document; otherwise, a message box is displayed.
Visual Basic for Applications |
---|
|
This example creates a new document and adds an envelope with a predefined delivery address and return address.
Visual Basic for Applications |
---|
|
See Also