How to check from .net code whether “Trust access to the VBA project object model” is enabled or not for an Excel application?

后端 未结 4 1170
情深已故
情深已故 2020-12-16 00:47

How to check from .net code whether \"Trust access to the VBA project object model\" is enabled or not for an Excel application?

Manually I

4条回答
  •  死守一世寂寞
    2020-12-16 00:52

    Search the registry for all instances of "AccessVBOM" and change the Dword settings to a 1.

    That should turn it on.

提交回复
热议问题