Default Cell (Hyperlinks Section)
Determines the default hyperlink for a shape or page. Set the value of this cell to TRUE to set a hyperlink as the default.
Remarks
You can also set the default hyperlink by selecting a shape, clicking Hyperlink on the Insert tab, selecting a hyperlink, and then clicking Default. The default hyperlink appears in bold text.
To get a reference to the Default cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Hyperlink.Name.Default |
To get a reference to the Default cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionHyperlink |
Row index: |
visRow1stHyperlink + i |
Cell index: |
visHLinkDefault |