PDF display in form

  • Thread starter Thread starter Jeff Tebbe
  • Start date Start date
J

Jeff Tebbe

I have a pdf file that I want to display in a form.

I have used the OLE linked object and can get it into the
form, however, it only is displayed as an icon.

Is there a way to have a "quickview" of the pdf on the
form and possibly use "double-click" to launch adobe?

Thanks in Advance,

Jeff
 
I would just put a buttion to launch the pdf file..

You an use:

Application.FollowHyperlink "c:\my documents\test.pdf"
 
Back
Top