Field.ShowCodes Property
Word Developer Reference |
True if field codes are displayed for the specified field instead of field results. Read/write Boolean.
Syntax
expression.ShowCodes
expression An expression that returns a Field object.
Example
This example selects the next field and displays the field codes.
Visual Basic for Applications |
---|
|
This example updates and displays the result of the first field in the active document.
Visual Basic for Applications |
---|
|
See Also