###User Defined Function###
_ExcelHyperlinkInsert

###Description###
Inserts a hyperlink into the active page.

###Syntax###
#include <Excel.au3>
_ExcelHyperlinkInsert ( $oExcel, $sLinkText, $sAddress, $sScreenTip, $sRangeOrRow [, $iColumn = 1] )


###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>
$sLinkText
	The text to display the hyperlink as
$sAddress
	The URL to link to, as a string
$sScreenTip
	The popup screen tip, as a string
$sRangeOrRow
	The range in A1 format, or a row number for R1C1 format
$iColumn
	[optional] The specified column number for R1C1 format (default = 1)
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	1.
Failure:	0 and sets the @error flag to non-zero.
@error:	1 - Specified object does not exist
	2 - Row or column invalid
@extended:	0 - Row invalid
	1 - Column invalid
@@End@@


###Remarks###
None


###Related###


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