how do I attach a scanned pdf file to a cell so that I can bring

P

Peterp

I want to be able to associate a cell in an ecel worksheet with a pdf file so
that when I click /hover over that cell I can call up the requisite file
 
D

Dave Peterson

I would keep my .pdf file out of the workbook and use a hyperlink to open it:

=hyperlink("file:////c:\my documents\excel\somepdfname.pdf","Click me")
 
Top