IsField property
Determines whether a Characters object represents the expanded text of a single field with no additional non-field characters.
Version added
3.0
Syntax
| |
intRet |
Integer. True (-1) if the Characters object represents only the expanded text of a field; otherwise, False (0) if the Characters object contains characters in addition to the expanded text of a field. |
object |
Required. An expression that returns a Characters object. |
Remarks
To change the range of text represented by a Character object, set its Begin and End properties.