SynonymInfo.Found Property
Office 2007
| Word Developer Reference |
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 |
|---|
|