Example
The following example left aligns the paragraphs in shape two on slide one in the active PowerPoint presentation.

Visual Basic for Applications
ActivePresentation.Slides(1).Shapes(2).TextFrame2.TextRange2 _ .ParagraphFormat2.Alignment = ppAlignLeft 

See also: