TextFrame Property [Excel 2003 VBA Language Reference]

Returns a TextFrame object that contains the alignment and anchoring properties for the specified shape. Read-only.

Example

This example causes text in the text frame in shape one to be justified. If shape one doesn't have a text frame, this example fails.

Worksheets(1).Shapes(1).TextFrame _
    .HorizontalAlignment = xlHAlignJustify

Applies to | Shape Object | ShapeRange Collection