EndNamedShow Method

Microsoft PowerPoint Visual Basic

EndNamedShow Method

       

Switches from running a custom, or named, slide show to running the entire presentation of which the custom show is a subset. When the slide show advances from the current slide, the next slide displayed will be the next one in the entire presentation, not the next one in the custom slide show.

expression.EndNamedShow

expression   Required. An expression that returns a SlideShowView object.

Example

If a custom slide show is currently running in slide show window one, this example redefines the slide show to include all the slides in the presentation from which the slides in the custom show were selected.

SlideShowWindows(1).View.EndNamedShow