IsHyperlink Property
You can use the IsHyperlink property to specify or determine if the data contained in a text box or combo box is a hyperlink. Read/write Boolean.
expression.IsHyperlink
expression Required. An expression that returns one of the objects in the Applies To list.
Remarks
The IsHyperlink property uses the following settings.
| Setting | Visual Basic | Description |
|---|---|---|
| Yes | True | The data displayed is a hyperlink. |
| No | False | The data displayed is not a hyperlink. |