SLIDE.GET

Macro Sheets Only

Returns the specified information about a slide show or a specific slide in the slide show.

If this function is not available, you must install the Slide Show add-in macro.

Syntax

SLIDE.GET(type_num, name_text, slide_num)

Type_num is a number specifying the type of information you want.

These values of type_num return information about a slide show.

Type_num Type of information

1 Number of slides in the slide show

2 A two-item horizontal array containing the numbers of the first and last slides in the current selection, or the #VALUE error value if the selection is nonadjacent

3 Version number of the Slide Show add-in macro that created the slide show document

These values of type_num return information about a specific slide in the slide show.

Type_num Type of information

4 Transition effect number

5 Transition effect name

6 Transition effect speed

7 Number of seconds the slide is displayed before advancing

8 Name of the sound file associated with the slide, or empty text ("") if none is specified (in Microsoft Excel for the Macintosh, this includes the number or name of the sound resource within the sound file)

Name_text is the name of an open slide show document for which you want information. If name_text is omitted, it is assumed to be the active document.

Slide_num is the number of the slide about which you want information.

Related Functions

List of Information Functions