Font.Reset method (Word)

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.

Selection.Font.Reset

See also

Font Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.