UpdateSummaryProperties Method Example

This example highlights key points in the active document and updates the summary information in the Properties dialog box (File menu).

With ActiveDocument
    .AutoSummarize Length:=wd25Percent, _
        Mode:=wdSummaryModeHighlight
    .UpdateSummaryProperties
End With