D
Dan
I am using the below to open a pdf but despite the setwarning false I am
still getting a warning "Hyperlinks can be harmful to your computer...." how
can I get rid of that warning.
Many thanks,
Dan
Dim ProjPath
ProjPath = "C:\Resume.pdf"
DoCmd.SetWarnings False
Application.FollowHyperlink ProjPath
DoCmd.SetWarnings True
still getting a warning "Hyperlinks can be harmful to your computer...." how
can I get rid of that warning.
Many thanks,
Dan
Dim ProjPath
ProjPath = "C:\Resume.pdf"
DoCmd.SetWarnings False
Application.FollowHyperlink ProjPath
DoCmd.SetWarnings True