TextRange.ChangeCase Method (PowerPoint)
Changes the case of the specified text.
Syntax
expression .ChangeCase(Type)
expression A variable that represents a TextRange object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Type |
Required |
Specifies the way the case will be changed. |
Example
This example sets title case capitalization for the title on slide one in the the active presentation.
Application.ActivePresentation.Slides(1).Shapes.Title.TextFrame _
.TextRange.ChangeCase ppCaseTitle