link a pdf file

P

Paul K

Can you use a command button to automatically open a pdf
file located on a local drive? If so, how?
 
J

Jamie

Hi Paul,

This is possible with VBA. Use:

Application.Followhyperlink "PATH TO YOUR PDF FILE"

Jamie
 
Top