View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
TracyM TracyM is offline
external usenet poster
 
Posts: 1
Default Hyperlink in csv file not working properly

I have a perl script that creates a csv file and e-mails it to an e-mail
address. However, the hyperlink is not working. It is listed as

HYPERLINK("<http://www.website.com/directory/filename.cgi?id=122222")

I want the actual hyperlink to be "clickable" for the user to be
automatically redirected to the website. Not have to copy and past text.

Does anyone have any Ideas?