hyperlinks to pdf documents

  • Thread starter Thread starter mel
  • Start date Start date
M

mel

I can't make a hyperlink to open/view a saved pdf document - I can get it to
open webpages/e-mails/word documents etc but not pdfs. I can only get it to
open to the folder that the pdfs are contained in but the actual pdf
document themselves.

Is there a way around this?
 
works fine for me with the VBA statement:

Application.FollowHyperlink "C:\JSM.pdf"
 
Try downloading some updates from Adobe's web site. I use 7.0 and
experienced the same problem. When I downloaded 7.0.1, my link worked
successfully.
 
Back
Top