MsoAutomationSecurity Enumeration
Office Developer Reference |
Specifies the security mode an application uses when programmatically opening files.
Name | Value | Description |
---|---|---|
msoAutomationSecurityByUI | 2 | Uses the security setting specified in the Security dialog box. |
msoAutomationSecurityForceDisable | 3 | Disables all macros in all files opened programmatically, without showing any security alerts. |
msoAutomationSecurityLow | 1 | Enables all macros. This is the default value when the application is started. |