Alert from COM addin

A

anonymous

Hi,

I am using a XLL addin in my VB code for a specific
functionality. When I open excel sheet thru my VB code,
it gives the installed property of that addin as TRUE.
But the functionality and menu item for that addin are
not accessible. So, I am uninstalling and installing that
addin in my VB program which works just fine. But the
problem is that COM addin gives a alert message whenever
it is installed manually like the way I do. Somehow, I
need to suppress that alert message thru my code. I tried
displayalerts property but it is not working. Any help is
appreciated ..

Thanks a lot ..
 
Top