Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.18 KB

PowerPoint.SlideShowView.Previous.md

File metadata and controls

46 lines (26 loc) · 1.18 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.Previous method (PowerPoint)
vbapp10.chm513020
vbapp10.chm513020
PowerPoint.SlideShowView.Previous
a53741b0-8325-696c-51e5-ffd3f9358ca8
06/08/2017
medium

SlideShowView.Previous method (PowerPoint)

Shows the slide immediately preceding the slide that's currently displayed.

Syntax

expression.Previous

expression A variable that represents a SlideShowView object.

Remarks

If you are currently on the first slide in a kiosk slide show, the Previous method takes you to the last slide in a slide show; otherwise, it has no effect if the first slide in the presentation is currently displayed. Use the View property of the SlideShowWindow object to return the SlideShowView object.

Example

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

SlideShowWindows(1).View.Previous

See also

SlideShowView Object

[!includeSupport and feedback]