Disable Dialog when following external hyperlink

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

Guest

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
 
I am using 2002, not sure if this matters, but the 11.1 version was different
in my registry and it just didn't work. I tried putting this key in other
areas and no luck.

Is there possibly another workaround, or a way to just run a link straight
from vb rather than have that macro click on a hyperlink itself?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top