RemovePeriods Method
Applies To
TextRange object.
Description
Removes the period at the end of each paragraph in the specified text.
See Also
AddPeriods method.
Example
This example removes the 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.RemovePeriods