TextFrame.HasText Property
Word Developer Reference |
True if the specified shape has text associated with it. Read-only Boolean.
Syntax
expression.HasText
expression A variable that represents a TextFrame object.
Example
If the second shape on the active document contains text, this example displays a message if the text overflows its frame.
Visual Basic for Applications |
---|
|
See Also