Document.TrackMoves Property (Word)

Returns or sets a Boolean that represents whether to mark moved text when Track Changes is turned on. Read/write.

Syntax

expression .TrackMoves

expression An expression that returns a Document object.

Remarks

By default, when Track Changes is turned on, moved text is marked as deleted and inserted. When TrackMoves is True, moved text is marked as moved, with the from text being marked with strikethrough formatting. This property corresponds to the Track Moves check box in the Track Change Options dialog box.

See Also

Concepts

Document Object Members

Document Object