H
Heinz-Josef Bomanns
Hi,
just wondering how to detect the host application where an IDE COM
AddIn is running in. In "OnConnection" i have parameters "Application"
and "AddInInst" - "Application" points to the VBA IDE and "AddinInst"
would be, if i got it right, an object of type "COMAddIn" - so it
should have properties like "Parent" or "Application" which should
give me some informations about the host application. But every try to
read these properties gives me a "method or propertie not supported"
error. Background: I nedd to know if the VBA IDE COM AddIn is running
in Outlook 2000, 2002 or 2003 - Application.Version is always "6"
'cause it points to the VBA IDE. Any ideas? Thanks...
just wondering how to detect the host application where an IDE COM
AddIn is running in. In "OnConnection" i have parameters "Application"
and "AddInInst" - "Application" points to the VBA IDE and "AddinInst"
would be, if i got it right, an object of type "COMAddIn" - so it
should have properties like "Parent" or "Application" which should
give me some informations about the host application. But every try to
read these properties gives me a "method or propertie not supported"
error. Background: I nedd to know if the VBA IDE COM AddIn is running
in Outlook 2000, 2002 or 2003 - Application.Version is always "6"
'cause it points to the VBA IDE. Any ideas? Thanks...