in reply to Reterive Hyperlink Value using OLE form Excel

What you are probably looking for is :
$hlv=$Sheet->Hyperlinks(1)->Address;
Address property as it applies to the Hyperlink object.

Returns or sets the address of the target document. Read/write String.