The InsertHyperlink function inserts a hyperlink at the current cursor position.
Syntax | ||||
Clear(LinkText, LinkCode [, LanguageID]) | ||||
Return value | ||||
None | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
LinkText |
String |
ByVal |
Displayed text of the hyperlink |
Required |
LinkCode |
String |
ByVal |
URL of the hyperlink |
Optional |
LanguageID |
String |
ByVal |
Language-ID of the value |
Note | ||||
If LanguageID is not specified, the dialog language applies. |