I have a htmltextbox.
and a listbox
I have on a screen, not a form.
I'm trying to make it a hyperlink based a selection in the listbox.
"Hyperlink <b><font color=blue>" & ListBox1.SelectedItemsText.Value & "</font></b>."
Cant get the syntax correct ?
Thanks
Dave