View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Tolman[_2_] John Tolman[_2_] is offline
external usenet poster
 
Posts: 9
Default 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