ContainingRange Property
Applies To
TextFrame object.
Description
Returns a Range object that represents the entire story in a series of shapes with linked text frames that the specified text frame belongs to. Read-only.
See Also
Next property, Previous property, TextFrame property.
Example
This example checks the spelling in TextBox 1 and any other text in text frames that are linked to TextBox 1.
Set myStory = ActiveDocument.Shapes("TextBox 1").TextFrame.ContainingRange
myStory.CheckSpelling