Using Excel template from VBA - Virus scanner problem.

C

clogmeister

I am developing an application using MS Access. Within the
application, users can click a button to create a new Excel workbook
from a stored template.

It works fine on my system (with Avast Anti-virus) but not on my
customer's systems (with Norton Anti-virus). It gives the message "The
file cannot be opened because your virus scanner has detected a
problem with the file".

For obvious reasons, the customer is reluctant to reduce their level
of virus protection just for one application (Excel files can be
opened directly by the user, but not programatically from my
application).

Any help appreciated. Thanks.
 
A

Andy Smith

Sounds like you need a digital signature from, e.g., VeriSign, on both the
Access app and the Excel template. Then your users will get a dialog box
asking them to trust your signature, and if they do, they'll never see it
again, and your software will always run, even at High macro security level.
 

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