View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daniel[_14_] Daniel[_14_] is offline
external usenet poster
 
Posts: 4
Default How to create the URL with link using the VBA form input in excel?

I have created a form for user entry to add a record. The form consist
of a column which allows user to enter a URL of a web site. The value
can be inserted to the cell successfully, however, the url is just
displayed as a text with a link. So I want to ask how can I create the
link automatically?

Thanks