Find.MatchDiacritics property (Word)

True if find operations match text with matching diacritics in a right-to-left language document. Read/write Boolean.

Syntax

expression. MatchDiacritics

expression An expression that returns a 'Find' object.

Example

This example sets the current find operation to match diacritics.

Selection.Find.MatchDiacritics = True

See also

Find 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.