Open a PDF file using a button

A

Albert D. Kallal

The code behind the buttion can be:


Application.FollowHyperLink "c:\my documents\test.pdf"
 
Top