View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AFSSkier AFSSkier is offline
external usenet poster
 
Posts: 94
Default Convert text to hyperlinks

Try using the HYPERLINK function
=HYPERLINK(A1,A1)
--
Kevin


"SteveC" wrote:

Hi, I just downloaded a bunch of hyperlinks into excel. if I highlight the
cell and put the cursor to the right of the text and press return, hte text
converts into a hyperlink. How do I do this for an entire column? Thanks
very much. SteveC