SynonymInfo.SynonymList Property
Office 2007
| Word Developer Reference |
Syntax
expression.SynonymList(Meaning)
expression An expression that returns a SynonymInfo object.
Example
This example returns a list of synonyms for the word "big," using the meaning "generous" in U.S. English.
| Visual Basic for Applications |
|---|
|
This example returns a list of synonyms for the second meaning of the selected word or phrase and displays these synonyms in the Immediate window of the Visual Basic editor. If there is no second meaning or if there are no synonyms, this is stated in a message box.
| Visual Basic for Applications |
|---|
|
