Font.SetAsTemplateDefault Method

Word Developer Reference

Sets the specified font 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 Font object.

Remarks

The default font formatting is stored in the Normal style.

Example

This example sets the character formatting in the selection as the default.

Visual Basic for Applications
  Selection.Font.SetAsTemplateDefault

See Also