P
Peter Karlström
Hi
I'm developing a COM-Addin for Word to replace old template macros.
This is done in VB6.
In this project it is necessary to call functions in the COMAddin from the
same application which have started Word in the first place.
To test this I have tried to create another VB6 application which starts Word
and connects to the COMAddin in question.
Everything works fine this far.
But there seems to be no way of calling a Public Sub in the COM Addin from
the other VB6 application.
What am I doing wrong here?
Thanks in advance for any help
I'm developing a COM-Addin for Word to replace old template macros.
This is done in VB6.
In this project it is necessary to call functions in the COMAddin from the
same application which have started Word in the first place.
To test this I have tried to create another VB6 application which starts Word
and connects to the COMAddin in question.
Everything works fine this far.
But there seems to be no way of calling a Public Sub in the COM Addin from
the other VB6 application.
What am I doing wrong here?
Thanks in advance for any help