DefaultSpacing Property 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