Previous - xlsClose Section Home - Microsoft Excel Next - xlsCount


xlsQuit ( )

Quits the Microsoft Excel Application.

Usage:

pptQuit (object me)

Parameters:

None

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsOpen( "C:\myCalculations.xls", EMPTY )
xtRose.xlsClose( )
xtRose.xlsQuit( )

Notes:

Quitting will remove Microsoft Excel from the background process


Previous - xlsClose Section Home - Microsoft Excel Next - xlsCount