Can you use a command button to automatically open a pdf file located on a local drive? If so, how?
P Paul K Jul 16, 2004 #1 Can you use a command button to automatically open a pdf file located on a local drive? If so, how?
J Jamie Jul 17, 2004 #2 Hi Paul, This is possible with VBA. Use: Application.Followhyperlink "PATH TO YOUR PDF FILE" Jamie