Compartilhar via


Field.Unlink Method

Word Developer Reference

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

Visual Basic for Applications
  Documents("Sales.doc").Fields(1).Unlink

See Also