SlideShowView.Slide property (PowerPoint)
Returns a Slide object that represents the slide that's currently displayed in the specified slide show window view. Read-only.
Syntax
expression. Slide
expression A variable that represents a SlideShowView object.
Return value
Slide
Remarks
If the currently displayed slide is from an embedded presentation, you can use the Parent property of the Slide object returned by the Slide property to return the embedded presentation that contains the slide. (The Presentation property of the SlideShowWindow object or DocumentWindow object returns the presentation from which the window was created, not the embedded presentation.)
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.