MatchControl Property
True if find operations match text with matching bidirectional control characters in a right-to-left language document. Read/write Boolean.
expression.MatchControl
expression Required. An expression that returns a Find object.
Remarks
For more information on using Word with right-to-left languages, see Word features for right-to-left languages.
Example
This example sets the current find operation to match bidirectional control characters.
Selection.Find.MatchControl = True