Share via


Find.ClearHitHighlight Method

Word Developer Reference

Removes the highlighting for all text located in a hit highlighting find operation, and returns a Boolean that represents whether the operation was successful.

Version Information
 Version Added:  Word 2007

Syntax

expression.ClearHitHighlight

expression   An expression that returns a Find object.

Return Value
Boolean

Remarks

Use the HitHighlight method to highlight found text.

See Also