for an even-page break : Page Break « Excel « VBA / Excel / Access / Word






for an even-page break

 

Sub break()
    ActiveDocument.Paragraphs(2).Range.InsertBreak Type:=wdSectionBreakEvenPage
End Sub

 








Related examples in the same category

1.for a new-column break: start and end
2.for an odd-page break: start and end
3.for an even-page break: set start and end
4.for a continuous break
5.inserts a continuous section break before the second paragraph in the active document:
6.for a new-column break
7.for an odd-page break
8.for a new-page break