View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Change list to hyperlinks

Hi Julia

Look on this site
http://www.mvps.org/dmcritchie/excel...MakeHyperLinks

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Julia Chromicz" wrote in message
...
I have several long lists in Excel of network files. Each cell includes the
full path to the file. I need to change the list to hyperlinks using the
"=hyperlink" function.

For example...
current value of cell C13 H:\Directory\File.xls
desired value of cell C13 =hyperlink("H:\Directory\File.xls")

Any ideas?

Thanks!
Julia