question

JohnCTX-6479 avatar image
0 Votes"
JohnCTX-6479 asked emizhang-msft edited

Related verb, noun, adjective, or adverb stem list feature

Does any version of Microsoft Word provide related verb, noun, adjective, and adverb feature?
For example: Users types the word, provide as a present tense verb.

How can users look up related verb, noun, adjective, or adverb feature if it exists?

If it doesn't, then should I need to write a code snippet in Word VBA?

Regards,

JohnCTX

office-vba-dev
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

TvanStiphout avatar image
0 Votes"
TvanStiphout answered

Maybe the SynonymInfo object will give you what you need: https://docs.microsoft.com/en-us/office/vba/api/Word.SynonymInfo

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

CharlesKenyon-8472 avatar image
0 Votes"
CharlesKenyon-8472 answered

No such feature exists in Word.
This would not be a vba code snippet, it would be a completely new program with a huge data component. There may be such a program out there but it won't be a Word processor.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

TvanStiphout avatar image
0 Votes"
TvanStiphout answered

@Charles: If there is no such thing, how do you explain:
86636-synonyminfo.png



synonyminfo.png (32.7 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.