ExtraInfo cell (Hyperlinks section)
Represents a string that passes information to be used in resolving a URL, such as the coordinates of an image map. For example, in the ExtraInfo cell, "x=41&y=7" specifies the coordinates of an image map.
Remarks
Event cells are evaluated only when the event occurs, not upon formula entry.
To reference the ExtraInfo cell by name from another formula, or from a program using the Cells property, use:
Cell name: |
Hyperlink.Name.Frame |
To reference the ExtraInfo cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionHyperlink |
Row index: |
visRow1stHyperlink + i |
Cell index: |
visHLinkExtraInfo |