You can use the IsHyperlink property to specify or determine if the data contained in a text box or combo box is a hyperlink.
Setting
The IsHyperlink property uses the following settings.
Setting | Visual Basic | Description |
---|---|---|
Yes | True (–1) | The data displayed is a hyperlink. |
No | False (0) | The data displayed is not a hyperlink. |
You can set the IsHyperlink property by using the property sheet, a macro, or Visual Basic.