Thread: Disable Warning
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael Michael is offline
external usenet poster
 
Posts: 791
Default Disable Warning

I am trying to disable the warning the proceeds after clicking a hyperlink in
excel which is:

"Some files contain viruses..... Would you like to open this file?"

I have tried using (Application.DisplayAlerts = False) but has not worked.

Any suggestions on how I can disable this warning or alert?