###User Defined Function###
_ExcelSheetActivate

###Description###
Activate the specified sheet by string name or by number.

###Syntax###
#include <Excel.au3>
_ExcelSheetActivate ( $oExcel, $vSheet )


###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>
$vSheet
	The sheet to activate, either by string name or by number
@@End@@

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


###Remarks###
None


###Related###


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