GotoNamedShow Method

Applies To

SlideShowView object.

Description

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 Required. An expression that returns a SlideShowView object.

SlideShowName Required String. The name of the custom slide show to be switched to.

See Also

GotoSlide method.

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"