I want to attach word files or PDF files to an excel database

D

Dianne Munro

I have a database of one person per line in an excell worksheet and I want to
attach a word file or PDF file to every line. Can I do this and how?
 
D

Dave Peterson

Maybe you could use a hyperlink to open that file:

=hyperlink("file:////server/sharename/folder/filename.pdf")

(or something like that)
 
Top