Launch Microsoft Excel application as a background process
Usage:
xlsLaunch (object me, integer appType)
Parameters:
appType (integer) - Optional parameter - The application type to test for. Valid values are:
- Excel Application ( any version installed on system )
- N/A
- Excel 97 Application
- Excel 2000 Application
- Excel 2002 Application
- Excel 2003 Application
Returns:
(integer) - The success code
Example:
xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
Notes:
When Microsoft Excel is launched, it is launched as a background service. The window is hidden and not visible to the end user.