title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
SlideShowView.LastSlideViewed property (PowerPoint) |
vbapp10.chm513010 |
|
|
47647e03-d898-47b5-cb50-79f3e368b56f |
06/08/2017 |
medium |
Returns a Slide object that represents the slide viewed immediately before the current slide in the specified slide show view.
expression. LastSlideViewed
expression A variable that represents a SlideShowView object.
Slide
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
[!includeSupport and feedback]