Thread: Disable Warning
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Thomlinson Jim Thomlinson is offline
external usenet poster
 
Posts: 5,939
Default Disable Warning

You can't. If you could then viruses would just disable the alert making the
alert completely useless...
--
HTH...

Jim Thomlinson


"Michael" wrote:

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?