View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default need to hyperlink to 100 files in the excel sheet

If the filenames are in A1:A100, you can use something like this in B1:

=hyperlink("File:////" & a1,"Clickme!")
and drag down.

anil wrote:

hi all,

I have included 100 file names from a folder in an excel sheet, i need
to give hyperlink for all the files,

Please help me with a macro.

Thanks & Regards
Anil Hungund


--

Dave Peterson