###User Defined Function###
_ExcelSheetAddNew

###Description###
Add new sheet to workbook - optionally with a name.

###Syntax###
#include <Excel.au3>
_ExcelSheetAddNew ( $oExcel [, $sName = ""] )


###Parameters###
@@ParamTable@@
$oExcel
	An Excel object opened by a preceding call to <a href="_ExcelBookOpen.htm">_ExcelBookOpen()</a> or <a href="_ExcelBookNew.htm">_ExcelBookNew()/a>
$sName
	[optional] The name of the sheet to create (default follows standard Excel new sheet convention)
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	1.
Failure:	0 and sets the @error flag to non-zero.
@error:	1 - Specified object does not exist
@@End@@


###Remarks###
None


###Related###


###Example###
@@IncludeExample@@
