Next Method

Microsoft PowerPoint Visual Basic

Next Method

       

Displays the slide immediately following the slide that's currently displayed. 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.

expression.Next

expression   Required. An expression that returns one of the items in the Applies To list.

Example

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

SlideShowWindows(1).View.Next