Thread: Hyperlink
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Adam[_18_] Adam[_18_] is offline
external usenet poster
 
Posts: 10
Default Hyperlink

Hi

I have the follow code that puts the infomation given into a cell as
text from a userform.

ActiveCell.Offset(0, 3).Value = UserForm26.TextBox4.Value

How can i put the text into the cell as a Hyperlink?

Thanks in advance