###User Defined Function###
_ExcelSheetList

###Description###
Return a list of all sheets in workbook, by name, as an array.

###Syntax###
#include <Excel.au3>
_ExcelSheetList ( $oExcel )


###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>
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	an array of the sheet names in the workbook (the zero index stores the sheet count).
Failure:	0 and sets the @error flag to non-zero.
@error:	1 - Specified object does not exist
@@End@@


###Remarks###
None


###Related###


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