Global.NormalTemplate Property
Word Developer Reference |
Returns a Template object that represents the Normal template.
Syntax
expression.NormalTemplate
expression Required. A variable that represents a Global object.
Example
This example inserts the AutoText entry named "Test" from the Normal template, if this entry is contained in the AutoTextEntries collection.
Visual Basic for Applications |
---|
|
This example saves the Normal template if changes have been made to it.
Visual Basic for Applications |
---|
|
See Also