Find.MatchSoundsLike Property
Word Developer Reference |
True if words that sound similar to the text to find are returned by the find operation. Read/write Boolean.
Syntax
expression.MatchSoundsLike
expression An expression that returns a Find object.
Remarks
Use the Text property of the Find object or use the FindText argument with the Execute method to specify the text to be located in a document.
Example
This example selects the next word that sounds like the word "fun" (for instance, "funny") in the selection.
Visual Basic for Applications |
---|
|
See Also