Font.Reset Method

Word Developer Reference

Removes manual character formatting (formatting not applied using a style). For example, if you manually format a word as bold and the underlying style is plain text (not bold), the Reset method removes the bold format.

Syntax

expression.Reset

expression   Required. A variable that represents a Font object.

Example

This example removes manual formatting from the selection.

Visual Basic for Applications
  Selection.Font.Reset

See Also