Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1014 Bytes

PowerPoint.SlideShowView.LastSlideViewed.md

File metadata and controls

50 lines (28 loc) · 1014 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SlideShowView.LastSlideViewed property (PowerPoint)
vbapp10.chm513010
vbapp10.chm513010
PowerPoint.SlideShowView.LastSlideViewed
47647e03-d898-47b5-cb50-79f3e368b56f
06/08/2017
medium

SlideShowView.LastSlideViewed property (PowerPoint)

Returns a Slide object that represents the slide viewed immediately before the current slide in the specified slide show view.

Syntax

expression. LastSlideViewed

expression A variable that represents a SlideShowView object.

Return value

Slide

Example

This example takes you to the slide viewed immediately before the current slide in slide show window one.

With SlideShowWindows(1).View

    .GotoSlide (.LastSlideViewed.SlideIndex)

End With

See also

SlideShowView Object

[!includeSupport and feedback]