TabStops.DefaultSpacing Property (PowerPoint)
Returns or sets the default tab-stop spacing for the specified text, in points. Read/write.
Syntax
expression .DefaultSpacing
expression A variable that represents a TabStops object.
Return Value
Single
Example
This example sets the default tab-stop spacing to 0.5 inch (36 points) for the text in shape two on slide one in the active presentation.
Application.ActivePresentation.Slides(1).Shapes(2).TextFrame _
.Ruler.TabStops.DefaultSpacing = 36