ShowConflictHistory Property Example
This example determines whether the active workbook is open as a shared list. If it is, the example displays the Conflict History worksheet.
If ActiveWorkbook.MultiUserEditing Then
ActiveWorkbook.ShowConflictHistory = True
End If