SlideShowView.First method (PowerPoint)
Sets the specified slide show view to display the first slide in the presentation.
Syntax
expression. First
expression A variable that represents a SlideShowView object.
Return value
Nothing
Remarks
If you use the First method to switch from one slide to another during a slide show, when you return to the original slide, its animation picks up where it left off.
Example
This example sets slide show window one to display the first slide in the presentation.
SlideShowWindows(1).View.First
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.