View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pschurb pschurb is offline
external usenet poster
 
Posts: 1
Default How to stop the popup warning window when clicking on a hyperlink

I am automating Excel by linking to batch files and log files on my computer
using the =hyperlinks() worksheet function. How can I stop the Microsoft
Office warning window that contains the message "Some files can contain
viruses ..." "Would you like to open this file?" < OK <Cancel; when I
click on a hyperlink?
"Application.DisplayAlerts = False" does not prevent this popup window from
appearing.