LastSlideViewed Property

Microsoft PowerPoint Visual Basic

LastSlideViewed Property

       

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

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