Syntax

expression.ChangeCase(Type)

expression An expression that returns a TextRange2 object.

Parameters

Name Required/Optional Data Type Description
Type Required MsoTextChangeCase Specifies the type of change to make to the text.

Remarks

Examples of MsoTextChangeCase enumeration include msoCaseLower, msoCaseUpper, and msoCaseTitle.

See also: