Accessing COM Add-in from VBA

A

Ajoy Raj

How do I call a add-in module's different functions from inside a macro ?

Some background ... The system I am developing uses Microsoft Project. A
macro acts as front-end and accepts user input. It then needs to send all the
data into a COM Add-in which persists it into the system.

How do I create a mechanism for the Macro to call the COM-Addin ? I tried to
use Application.COMAddin.Object, but for some reason it doesn't seem to
expose anything useful !

Any help is appreciated.

Thanks,
Ajoy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top