Previous - xlsLaunch Section Home - Microsoft Excel Next - xlsOpen


xlsNewBlank ( )

Creates a blank workbook with 3 empty worksheets.

Usage:

xlsNewBlank (object me)

Parameters:

None

Returns:

(integer) - The success code

Example:

xtRose = xtra("Rosetta").new( )
xtRose.xlsLaunch( )
xtRose.xlsNewBlank( )

Notes:

Microsoft Excel automatically creates 3 blank worksheets when you create a new black workbook.


Previous - xlsLaunch Section Home - Microsoft Excel Next - xlsOpen