Accessing other enumerations in Word VBA

John 406 Reputation points
2023-02-25T09:47:28.6233333+00:00

I would like to know more about accessing other enumerations, for example: Spelling not in dictionary enumeration as demonstrated in this screenshot below.

Spelling not in dictionary

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
655 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,459 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Stefan Blom 2,061 Reputation points MVP
    2023-03-05T09:06:03.9433333+00:00

    Well, you can't really find any additional information by looking at the listed enumerations in the Object Browser, because clicking the help button will just generate an error message.

    What you can do is read about an enumerated value when you read a help topic that describes a property or method which makes use of such a value. For example, the help topic on the Type property of the View object gives you some info (https://learn.microsoft.com/en-us/office/vba/api/word.view.type?f1url=%3FappId%3DDev11IDEF1%26l%3Den-US%26k%3Dk(vbawd10.chm161808384)%3Bk(TargetFrameworkMoniker-Office.Version%3Dv16)%26rd%3Dtrue).

    User's image

    1 person found this answer helpful.
    0 comments No comments