Opens an existing Microsoft Excel file
Usage:
xlsOpen (object me, string filePath, string password )
Parameters:
filePath (string) - path to an existing Microsoft Excel file
password (string) - if there is no password, pass EMPTY
Returns:
(integer) - The success code
Example:
xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsOpen( "C:\myCalculations.xls", EMPTY )
Notes: