Is it possible to get info on the host application that a particular VBE instance belongs to? Like which host the VBE Instance belongs to.
Here is a little bit of background, that may clarify my question.
I am writing a COM Add-In for the VBE. I have run into an issue if the VBE host application in MS Project. I want to code a workaround for the problems that occurs when the add-in is used in the Project VBE.
I would just normally just use this code “across the board” for all cases, but this workaround limits, some what, the usability of the Add-In.
Thanks.