Hello,

I am trying to set the "Access content programmatically" checkbox to true within the permissions setting as in:
How to: Permit Code to Run Behind Documents with Restricted Permissions

I have found the msoPermissionObjModel option for adding individual users, but when I set this using

Code:
ActiveWorkbook.Permission.Add UserName, MsoPermission.msoPermissionObjModel
the box is not checked.

Is there a way to grant these permissions universally?

Thank you