How to stop warning message when opening excel file in IE

B

Boris

Hello!

I use command

ActiveWorkbook.FollowHyperlink Address:= _
"http://www.stoxx.com/incoming_data/change_files/change_file_broad_eurozone.xls",
NewWindow:=False, AddHistory _
:=True

in order to open an excel file in IE. Unfortunately before the file
opens I receive a warning alert saying that this file coult contain a
virus but that is rubbish. I need to block this alert. Otherwise my
routine gets interrupted. I already tried the command

Application.DisplayAlerts = False

but this doesn't work. the alert seemed to be caused by IE.

Thanks for your help.

Boris
 
R

Rich_z

But what if it's not ??

I doubt that you can disable this message without disabling the
anti-virus software on your machine.

Regards

Rich
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top