Options.DeletedTextMark property (Word)
Returns or sets the format of text that is deleted while change tracking is enabled. Read/write WdDeletedTextMark.
expression. DeletedTextMark
expression Required. A variable that represents an Options object.
This example applies strikethrough formatting to deleted text.
Options.DeletedTextMark = wdDeletedTextMarkStrikeThrough
This example returns the current status of the Mark option under Deleted Text on the Track Changes tab in the Options dialog box.
Dim lngTemp As Long
lngTemp = Options.DeletedTextMark
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.