Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.08 KB

PowerPoint.SlideShowView.Next.md

File metadata and controls

48 lines (27 loc) · 1.08 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.Next method (PowerPoint)
vbapp10.chm513019
vbapp10.chm513019
PowerPoint.SlideShowView.Next
cf95eef7-4fd7-4c47-4436-037ec1882d4c
06/08/2017
medium

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

[!includeSupport and feedback]