TextRange.AddPeriods method (PowerPoint)

Adds a period at the end of each paragraph in the specified text.

Syntax

expression.AddPeriods

Remarks

This method doesn't add another period at the end of a paragraph that already ends with a period.

Example

This example adds a period at the end of each paragraph in shape two on slide one in the active presentation.

Application.ActivePresentation.Slides(1).Shapes(2).TextFrame.TextRange.AddPeriods

See also

TextRange Object

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.