Previous Method

Applies To

SlideShowView object.

Description

DocumentWindow object: Returns a DocumentWindow object that represents the previous window in the document window order. If the Previous method is applied to the first window in the order, it returns Nothing.

SlideShowWindow object: Returns a SlideShowWindow object that represents the previous window in the slide show window order. If the Previous method is applied to the first window in the order, it returns Nothing.

SlideShowView object: Show the slide immediately preceding the slide that's currently displayed. Has no effect if the first slide in the presentation is currently displayed.

Syntax

expression.Previous

expression Required. An expression that returns a DocumentWindow, SlideShowView, or SlideShowWindow object.

See Also

First method, GotoSlide method, Last method, Next method.

Example

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

Application.SlideShowWindows(1).View.Previous