This function should not be used in Microsoft Excel 95 or later because the Slide Show add-in is available only in Microsoft Excel version 5.0 or earlier versions.
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.
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.
|
|
|
|
|
|
|
|
These values of type_num return information about a specific slide in the slide show.
|
|
|
|
|
|
|
|
|
|
|
|
Name_text is the name of an open slide show sheet for which you want information. If name_text is omitted, it is assumed to be the active sheet.
Slide_num is the number of the slide about which you want information.
If slide_num is omitted, it is assumed to be the slide associated with the active cell on the sheet specified by name_text.
If type_num is 1 through 3, slide_num is ignored.
Return to index