Disable Dialog when following external hyperlink
I am looking to turn off the prompt that verified the user wants to open a
file when clicking on a hyperlink. How do I turn this off? It is a script
ran by an external program, if this has anythign to do with why it is showing
this alert. I have tried the following two, and could not find any
parameters of .FollowHyperlink that affected this.
Application.EnableEvents = False
and
Application.DisplayAlerts = False
|