ListChangesOnNewSheet Property [Excel 2003 VBA Language Reference]
True if changes to the shared workbook are shown on a separate worksheet. Read/write Boolean.
Example
This example shows changes to the shared workbook on a separate worksheet.
With ActiveWorkbook
.HighlightChangesOptions _
When:=xlSinceMyLastSave, _
Who:="Everyone"
.ListChangesOnNewSheet = True
End With
Applies to | Workbook Object
See Also | HighlightChangesOnScreen Property | HighlightChangesOptions Method