View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default clickable URL in excel?

try

=hyperlink("http://www.google.com/search?q=" & D16 & " " & D17)

--
Don Guillett
SalesAid Software

"djarcadian" wrote
in message ...

I'm using the following code to create a Google URL

="http://www.google.com/search?q=" & D16 & " " & D17

but it only displays the URL as text. Is there a way to make this URL
clickable so it launches this URL in a web browser?


--
djarcadian
------------------------------------------------------------------------
djarcadian's Profile:
http://www.excelforum.com/member.php...o&userid=15877
View this thread: http://www.excelforum.com/showthread...hreadid=546865