April 2006
Beginner
1114 pages
98h 16m
English
worksheet.PageSetup
Returns a PageSetup object that represents the page setup attributes for the worksheet.
The following code sets the page orientation of the WombatBattingAverages worksheet to landscape:
With Worksheets("WombatBattingAverages")
.PageSetup.Orientation = xlLandscape
End WithRead now
Unlock full access