Field.Unlink method (Word)

Replaces the specified field with its most recent result.

Syntax

expression. Unlink

expression Required. A variable that represents a 'Field' object.

Remarks

When you unlink a field, the current result is converted to text or a graphic and can no longer be updated automatically. Note that some fields—such as XE (Index Entry) fields and SEQ (Sequence) fields—cannot be unlinked.

Example

This example unlinks the first field in "Sales.doc."

Documents("Sales.doc").Fields(1).Unlink

See also

Field 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.