title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
SlideShowView.Next method (PowerPoint) |
vbapp10.chm513019 |
|
|
cf95eef7-4fd7-4c47-4436-037ec1882d4c |
06/08/2017 |
medium |
Displays the slide immediately following the slide that's currently displayed.
expression.Next
expression A variable that represents a SlideShowView object.
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.
This example shows the slide immediately following the currently displayed slide on slide show window one.
SlideShowWindows(1).View.Next
[!includeSupport and feedback]