Saves the active Excel Workbook to a specific path
Usage:
xlsSaveAs (object me, string filePath)
Parameters:
filePath (string) - path to an save the Microsoft Excel file
Returns:
(integer) - The success code
Example:
xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsOpen( "C:\myCalculations.xls", EMPTY )
xtRose.xlsSaveAs( "C:\test.xls" )
Notes: