PageSetup.SetAsTemplateDefault Method
Word Developer Reference |
Sets the specified page setup formatting as the default for the active document and all new documents based on the active template.
Syntax
expression.SetAsTemplateDefault
expression Required. A variable that represents a PageSetup object.
Example
This example changes the left and right margin settings for the active document and then sets the page setup formatting as the default.
Visual Basic for Applications |
---|
|
See Also