Surpressing a Message

W

WhytheQ

I have several hyperlinks which I'm activating using VBA. Is there any
way to surpress the following message (Application.diDisplayAlerts =
False doesn't seem to work):


========================
MICROSOFT OFFICE

Opening blablah.sql

Some files can contain viruses or otherwise 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
========================

Any help much appreciated
Jason.
 
O

Orion Cochrane

I'm only asking this because of the way you spelled the command.
Did you spell the command right?
Application.DisplayAlerts = False
 
J

Jim Thomlinson

Generally speaking warnings about viruses and security issues can not be over
ridden. If you could then there would be no point to them as visues and such
would just turn them off...
 

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