PreviousHeaderFooter Method Example
This example inserts an even section break, switches the active window to print layout view, displays the current header, and then switches to the previous header.
Selection.Collapse Direction:=wdCollapseStart
Selection.InsertBreak Type:=wdSectionBreakEvenPage
With ActiveDocument.ActiveWindow.View
.Type = wdPrintView
.SeekView = wdSeekCurrentPageHeader
.PreviousHeaderFooter
End With