Previous - xlsOpen Section Home - Microsoft Excel Next - xlsSaveAs


xlsSave ( )

Saves an existing Excel Workbook

Usage:

xlsSave (object me, string filePath )

Parameters:

filePath (string) - path to an save the Microsoft PowerPoint file

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsOpen( "C:\myCalculations.xls", EMPTY )
xtRose.xlsSave()

Notes:

When an file has been saved in the past, Microsoft Excel will not prompt a dialog box when calling the xlsSave function.


Previous - xlsOpen Section Home - Microsoft Excel Next - xlsSaveAs