Hi, Question already exsist, but the answer is not available anymore. How do I format the text in an TextBox as a Hyperlink? This is what I have, but does not work.
Private Sub TextBox19_Click()
ActiveCell.Hyperlinks.Add ActiveCell, TextBox19.Value, , , "Click to activate!"
End Sub
This code does not work....
Greets Jajinder
Private Sub TextBox19_Click()
ActiveCell.Hyperlinks.Add ActiveCell, TextBox19.Value, , , "Click to activate!"
End Sub
This code does not work....
Greets Jajinder