Creating Different Odd- and Even-Page Headers : Document Print « Word « VBA / Excel / Access / Word






Creating Different Odd- and Even-Page Headers

 
Sub diff()
    ActiveDocument.Sections(1).PageSetup.OddAndEvenPagesHeaderFooter = True
End Sub

 

Related examples in the same category

1.Changing the Page Setup