SlideShow.Navigate

SlideShow.Navigate (

string ObjectName,

number Position )

Description

Navigates to a slide in a slideshow object.

Parameters

ObjectName

(string) The name of the slideshow object.

Position

(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.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also: Related Actions