Drawing orientation in VBA?

Drawing orientation in VBA?

Anonymous
Not applicable
704 Views
1 Reply
Message 1 of 2

Drawing orientation in VBA?

Anonymous
Not applicable
Is there a way in VBA to set the Drawing Orientation to portrait or
landscape for a Layout?
0 Likes
705 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Use the Layout.Rotation property.The plot dialog uses the combination of the Portrait/Landscape radio buttons and Plot Upside-down checkbox to specify rotation. i.e Landscape+upside down = 270 degrees. Ed
0 Likes