Pagesetup.Orientation need VBA routine to "Best Guess" Orientation
2003/2007
What parameters/settings with PageSetup could provide assist with calculating
PageOrientation to be placed in a macro to "best guess" it?
i.e. .Orientation = IIf (height 2 * width AND Columns.count < 9),"Portrait","Landscape")
Is there a way to use inches in the height/width calculation?
Is there a better approach?
TIA EagleOne
|