Syntax

expression.KeepChangeHistory

expression A variable that represents a Workbook object.

Example

This example sets the number of days shown in the change history for the active workbook if change tracking is enabled.

Visual Basic for Applications
With ActiveWorkbook If .KeepChangeHistory Then .ChangeHistoryDuration = 7 End If End With
Enable change tracking in shared workbooks? keep keep change history Keep Change History Property Keep track of all changes on shared workbooks? keepchange KeepChangeHistory KeepChangeHistory Property Turn off change history tracking?

See also: