Characters property
Returns a Characters object that represents the text of a shape.
Version added
3.0
Syntax
objRet = object.Characters
|
objRet
|
A Characters object that represents the shape's text.
|
object
|
Required. An expression that returns a Shape object.
|