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