Previous - pptClose Section Home - Microsoft PowerPoint Next - pptWidth


pptQuit ( )

Closes Microsoft PowerPoint application

Usage:

pptQuit (object me)

Parameters:

None

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta")New( )
xtRose.pptLaunch( )
xtRose.pptSetVisible( 1 )
xtRose.pptOpen( "C:\myPresentation.ppt" )
xtRose.pptSave( "C:\new.ppt" )
xtRose.pptQuit( )

Notes:

Works with PowerPoint Viewer

PowerPoint may not close if user is currently interacting with PowerPoint application.

See Also:

pptClose


Previous - pptClose Section Home - Microsoft PowerPoint Next - pptWidth