View Single Post
  #10   Report Post  
beginnerExceluser
 
Posts: n/a
Default Hyperlink more than one cell at a time?

Dave, thanks for the help, the simple answer worked the best for me. Macros
are a little out of my league so far.

"Dave Peterson" wrote:

I'd use a helper column of =hyperlink() formulas:

Depending on what was in the original column:

=hyperlink(a1)
or
=hyperlink("file:////" & a1)
or
=hyperlink("File:////" & "C:\my documents\pdffiles\ " & a1)
or
=hyperlink("File:////" & "C:\my documents\pdffiles\ " & a1 & ".pdf")

And drag down.

beginnerExceluser wrote:

Is there a way to hyperlink multiple cells to multiple files without having
to link one at a time?

The cells contain the filename, I'd like to make each one a hyperlink so
that when you click on it the native file opens.

Thank you.


--

Dave Peterson