Constant | Description | |
wdSummaryModeHighlight | Highlights the key points in the specified document and displays the AutoSummarize toolbar. | |
wdSummaryModeInsert | Inserts a summary at the beginning of the specified document. | |
wdSummaryModeCreateNew | Creates a new document and inserts the specified summary. | |
wdSummaryModeHideAllButSummary | Hides everything except the specified summary and displays the AutoSummarize toolbar. |
With ActiveDocument
.SummaryViewMode = wdSummaryModeHideAllButSummary
.SummaryLength = 60
.ShowSummary = True
End With