Launching PDF file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Anyone there who knows how to launch a pdf file from a command button...I
already tried to use hyperlinks but I encountered some minor glitch.

thanks in advance.
 
Try Application.FollowHyperlink.

Anyone there who knows how to launch a pdf file from a command button...I
already tried to use hyperlinks but I encountered some minor glitch.

thanks in advance.
 
V Ramos,

If you want to use a Hyperlink data type to open a file, your data needs
to include the file protocol identifier as well as the file path and
name, for example...
File:\\C:\YourFolder\fred.pdf
 
Back
Top