Returns or sets the address of the target document. Read/write WideString.
Syntax
property Address: WideString;
Example
This example changes the address of the first hyperlink on Worksheet one.
Workbook.Sheets[1].Hyperlinks[1].Address := 'http://www.loslab.com';