In VSTO, it is possible to expose the addin object by overriding the RequestComAddinAutomationService method. As a consequence, the addin object can be accessed e.g. from is no longer null and can be accessed from vba, e.g. by
Application.COMAddIns(1).Object
How to achieve a similar behaviour with netoffice? RequestComAddinAutomationService is not available in netoffice
Any help is really appreciated
Application.COMAddIns(1).Object
How to achieve a similar behaviour with netoffice? RequestComAddinAutomationService is not available in netoffice
Any help is really appreciated