Previous - pptCount Section Home - Microsoft PowerPoint Next - pptGo


pptCurrent ( )

Obtains the current slide number of the active presentation.

Usage:

pptCurrent (object me)

Parameters:

None

Returns:

(integer) - the current slide number

Example:

xtRose = xtra("Rosetta")New( )
xtRose.pptLaunch( )
xtRose.pptSetVisible( 1 )
xtRose.pptOpen( "C:\myPresentation.ppt" )
nSlide = xtRose.pptCurrent( )

Notes:

Works with PowerPoint Viewer


Previous - pptCount Section Home - Microsoft PowerPoint Next - pptGo