Fields.ToggleShowCodes method (Word)

Switches the display of the fields between field codes and field results. Use the ShowCodes property to control the display of an individual field.

Syntax

expression. ToggleShowCodes

expression Required. A variable that represents a 'Fields' collection.

Example

This example switches on or switches off the display of fields in the selection (the equivalent of pressing SHIFT+F9).

Selection.Fields.ToggleShowCodes

This example switches on or switches off the display of fields in the active document (the equivalent of pressing ALT+F9).

ActiveDocument.Fields.ToggleShowCodes

See also

Fields Collection Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.