SlideShowView.Next method (PowerPoint)

Displays the slide immediately following the slide that's currently displayed.

Syntax

expression.Next

expression A variable that represents a SlideShowView object.

Remarks

If the last slide is displayed, the Next method closes the slide show in speaker mode and returns to the first slide in kiosk mode.

Use the View property of the SlideShowWindow object to return the SlideShowView object.

Example

This example shows the slide immediately following the currently displayed slide on slide show window one.

SlideShowWindows(1).View.Next

See also

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