PageSetup.SlideOrientation property (PowerPoint)

Returns or sets the on-screen and printed orientation of slides in the specified presentation. Read/write.

Syntax

expression. SlideOrientation

expression A variable that represents a PageSetup object.

Return value

MsoOrientation

Remarks

The value of the SlideOrientation property can be one of these MsoOrientation constants.

msoOrientationHorizontal
msoOrientationMixed
msoOrientationVertical

Example

This example sets orientation of all slides in the active presentation to vertical (portrait).

Application.ActivePresentation.PageSetup.SlideOrientation = msoOrientationVertical

See also

PageSetup Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.