MsoTextChangeCase enumeration (Office)

Specifies the capitalization of text.

Name Value Description
msoCaseLower 2 Display the text as lowercase characters.
msoCaseSentence 1 Display the text as sentence case characters. Sentence case specifies that the first letter of the sentence is capitalized and that all others should be lowercase (with some exceptions such as proper nouns, and acronyms).
msoCaseTitle 4 Display the text as title case characters. Title case specifies that the first letter of each word is capitalized and that all others should be lowercase. In some cases short articles, prepositions, and conjunctions are not capitalized.
msoCaseToggle 5 Indicates that lowercase text should be converted to uppercase and that uppercase text should be converted to lowercase text.
msoCaseUpper 3 Display the text as uppercase characters.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.