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"