###User Defined Function###
_ExcelSheetNameSet

###Description###
Set the name of the active sheet.

###Syntax###
#include <Excel.au3>
_ExcelSheetNameSet ( $oExcel, $sSheetName )


###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>
$sSheetName
	The new name for the sheet
@@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@@
