OutlinePromote Method Example

This example promotes the selected paragraphs.

Selection.Paragraphs.OutlinePromote

This example switches the active window to outline view and promotes the first paragraph in the active document.

ActiveDocument.ActiveWindow.View.Type = wdOutlineView
ActiveDocument.Paragraphs(1).OutlinePromote