View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 1,560
Default Suppress warning message

Hi Group,

Running "ActiveWorkbook.FollowHyperlink..." which creates a new file.

I have tried Application.DisplayAlerts = False to suppress warning,

"Opening http://....
Some files contain viruses....
Would you like to open......."

but the alert still happens. Knowledge base only tells me how to suppress it
byt changing the registry. Does any know how to clicl "OK" or suppress the
message completely?

Thanks,
David