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