Closes Microsoft Excel Application
Usage:
xlsClose (object me)
Parameters:
None
Returns:
(integer) - The success code
Example:
xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsOpen("C:\myCalculations.xls",EMPTY )
xtRose.xlsClose( )
Notes:
Excel may not close if the end user have control of the Excel application window. Closing excel will not remove Microsoft Excel from the background process. Use xlsQuit( ) to remove it from the background process.