View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Disable Dialog when following external hyperlink

Hi
see:
http://snurl.com/2uq3

--
Regards
Frank Kabel
Frankfurt, Germany

"John Tolman" schrieb im
Newsbeitrag ...
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