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
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