Envelope.UpdateDocument Method
Word Developer Reference |
Updates the envelope in the document with the current envelope settings.
Syntax
expression.UpdateDocument
expression Required. A variable that represents an Envelope object.
Remarks
If you use this property before an envelope has been added to the document, an error occurs.
Example
This example formats the envelope in Report.doc to use a custom envelope size (4.5 inches by 7.5 inches).
Visual Basic for Applications |
---|
|
This example adds an envelope to the active document, using predefined addresses. The default envelope bar code and Facing Identification Mark (FIM-A) settings are set to True, and the envelope in the active document is updated.
Visual Basic for Applications |
---|
|
See Also