Macro Sercurity

D

David Jaco

I keep setting my Option Level and "Low"...
But it keeps changing back to "Med"
 
F

freakazeud

Hi,
this behaviour might be because of some Windows security setting.
Is this your own computer or a work one? If work then they might have set up
a policy which does not let you switch the macro security level.
One way would be to not change to a low security level. This should be
avoided anyway since it brings a security risk. Instead try to digitially
sign your project. You can either do this by yourself with selfcert.exe, or
you can buy one from a trusted source. If you do it yourself the macro
warning will come up ones when run for the first time, but if the users
enable the project for all times they will not receive the warning again. If
you buy one they will not be bothered with it at all. Another solution would
be to run the access install in sandbox mode, but I would suggest signing
your code.
HTH
Good luck
 
G

Gary J. Dikkema

Does code signing add any more SECURITY than what has been outlined here in
many threads?

TIA>
 
F

freakazeud

It adds security in so far that it allows the users of the application to
trust the source of the application. It does not add security in the sense of
encrypting your data or securing your projects from break ins. It secures it
in the meaning of trusting the source who provides the project/code to not
cause any harm on the execution machine and it ensures the developer that no
one else can go into the project, change the vba to be maliciouse and
redistribute it. The application would then be unsigned and untrusted again
to warn possible users.
HTH
Good luck
 

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