IsField property
Office XP
IsField property
http://msdn.microsoft.com/en-us/library/aa190498(v=office.10) See also Example http://msdn.microsoft.com/en-us/library/aa164032(v=office.10) Applies to
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.