SynonymInfo.Found Property
Word Developer Reference |
True if the thesaurus finds synonyms, antonyms, related words, or related expressions for the word or phrase. Read-only Boolean.
Syntax
expression.Found
expression A variable that represents a SynonymInfo object.
Example
This example checks to see whether the thesaurus contains any synonym suggestions for the word "authorize."
Visual Basic for Applications |
---|
|
This example checks to see whether the thesaurus contains any synonym suggestions for the selection. If it does, the example displays the Thesaurus dialog box with the synonyms listed.
Visual Basic for Applications |
---|
|
This example removes formatting from the find criteria before searching the selection. If the word "Hello" with bold formatting is found, the entire paragraph is selected and copied to the Clipboard.
Visual Basic for Applications |
---|
|
See Also