View Single Post
 
Old 09-06-2006, 12:41 PM
LadyReader LadyReader is offline
Novice
 
Join Date: Sep 2006
Posts: 2
LadyReader
Default

I believe you can set a range of pages, then code something like:

Code:
With thisDoc.Range.PageSetup
                .Orientation = wdOrientLandscape
End With

changing the Orientation as you redefine the range.
Reply With Quote