call a pdf document

  • Thread starter Thread starter geert.van.ransbeeck
  • Start date Start date
G

geert.van.ransbeeck

Hello

is it possible to call a pdf file from a button on a form?
Can someone help me with the code?

thanks a lot!
Geert
 
Hello

is it possible to call a pdf file from a button on a form?
Can someone help me with the code?

thanks a lot!
Geert

Application.FollowHyperlink "C:\Temp\MyFile.pdf"

(replace the path & file, of course)
 
Back
Top