SlideShowView.GotoNamedShow method (PowerPoint)
Switches to the specified custom, or named, slide show during another slide show. When the slide show advances from the current slide, the next slide displayed will be the next one in the specified custom slide show, not the next one in current slide show.
Syntax
expression. GotoNamedShow
( _SlideShowName_
)
expression A variable that represents a SlideShowView object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
SlideShowName | Required | String | The name of the custom slide show to be switched to. |
Example
This example redefines the slide show running in slide show window one to include only the slides in the custom slide show named "Quick Show."
SlideShowWindows(1).View.GotoNamedShow "Quick Show"
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.