Changes the case of the specified text.
Syntax
expression.ChangeCase(Type)
expression Required. An expression that returns a TextRange object.
Type Required Long. Specifies the way the case will be changed. Can be one of the following PpChangeCase constants: ppCaseLower, ppCaseSentence, ppCaseTitle, ppCaseToggle.