Re: Sign your macros?



diogenes <light@xxxxxxxx> wrote:

If I set macro security to low when developing my application, then create an
MDE and distribute it with a runtime, will the runtime "pick up" the macro
security setting from the MDE?

No, this is a registry setting.

I don't distribute ANYTHING that requires anyone to run it under their own
retail Access installation. I'm hoping there is a way to have macro security
low only on my app, but not disturb any settings the user may have for any
other Access apps.

Using an external launcher to set AutomationSecurity property is the only method that
I know of other than using code signing. Now why MS allowed this "hole" is beyond
me.

The following URLs may be of assistance.

How to implement the Application.AutomationSecurity property in Office XP
http://support.microsoft.com/kb/317405

Understanding Macro Security Levels in Office
http://office.microsoft.com/en-us/ork2003/HA011403181033.aspx

The AutomationSecurity property behavior has changed in Office 2003
http://support.microsoft.com/kb/825939/en-us

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
.



Relevant Pages