I hope someone can help me on this. I am creating an excel macro that
when I click a button, it will open a file from a web (I have already
done this). My problem is, when I click the button, a display alert
pops-up before I can open the link. It says :
"Some files can contain viruses or otherwiese be harmful to your
computer. It is important to be certain that this file is from a
trustworthy source.
Would you like to open this file?" <ok> <Cancel>
I want the link to open automatically without answering any questions. I
tried to insert the command "Application.DisplayAlerts = False" but it
didn't work. Does anyone have an idea?