Address cell (Hyperlinks section)

Microsoft Office ShapeSheet

Address cell (Hyperlinks section)

See also       

Specifies a URL address, DOS file name, or UNC path to which to jump.

You can specify Address as a relative path based on the base path defined for the document in the Hyperlink Base field on the Summary tab of the Properties dialog box (click Properties on the File menu). If the document has no base path, the application navigates based on the document path. If the document hasn't been saved, the hyperlink is undefined.

Remarks

You can also set the value of the Address cell in the Hyperlinks dialog box (click Hyperlinks on the Insert menu).

To reference the Address cell by name from another formula, or from a program using the Cells property, use:

Cell name:

Hyperlink.Name.Address

where Hyperlink.Name is the name of the hyperlink row

To reference the Address cell by index from a program, use the CellsSRC property with the following arguments:

Section index:

visSectionHyperlink

Row index:

visRow1stHyperlink + i
where i = 0, 1, 2…

Cell index:

visHLinkAddress