Issue Details
I want to start and control multiple instances of DIAdem via OLE/ActiveX. When creating a second object like shown below this is not working.
oDIAdem1 = CreateObject("DIAdem.TOCommand")
oDIAdem2 = CreateObject("DIAdem.TOCommand")
How can I open multiple instance of DIAdem?