Thread: Hyperlinks
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default Hyperlinks

Hi,

try the HYPERLINK function:

=HYPERLINK(A1)

where A1 contains your hyperlink.

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Chris B" wrote:

I am creating a document that when you choose an option, it displays the
hyperlink. I tried using the Vlookup function, but it only returns the value
of the cell and not the acutal hyperlink.

Any thoughts on how to do this?