View.Zoom property (PowerPoint)

Returns or sets the zoom setting of the specified view as a percentage of normal size. Read/write.

Syntax

expression.Zoom

expression A variable that represents a View object.

Return value

Integer

Remarks

The Zoom property value can be from 10 to 400 percent.

Example

The following example sets the zoom to 30 percent for the view in document window one.

Windows(1).View.Zoom = 30

See also

View 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.