OverviewExamples
| 
 SlideShow.Navigate (  | 
Navigates to a slide in a slideshow object.
(string) The name of the slideshow object.
(number) The position to navigate to in the object. Choose from one of the following values:
| 
 CONSTANT  | 
 VALUE  | 
 DESCRIPTION  | 
| 
 SLIDESHOW_FIRST  | 
 0  | 
 Navigate to the first slide.  | 
| 
 SLIDESHOW_LAST  | 
 1  | 
 Navigate to the last slide.  | 
| 
 SLIDESHOW_NEXT  | 
 2  | 
 Navigate to the next slide.  | 
| 
 SLIDESHOW_PREV  | 
 3  | 
 Navigate to the previous slide.  | 
| 
 SLIDESHOW_RANDOM  | 
 4  | 
 Navigate to a random slide.  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions