Shape.TextFrame Property
Returns a TextFrame object that contains the alignment and anchoring properties for the specified shape. Read-only.
Syntax
expression.TextFrame
expression A variable that represents a Shape object.
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.
| Visual Basic for Applications |
|---|
|