Hi all,

I'm trying to build a COM Add-in for excel 2013 with a custom task pane.

The problem I'm facing is when I want to activate the task pane with a button (or on start up).

Code:

***ThisAddIn.vb***
Please Login or Register  to view this content.

***ManageTaskPaneRibbon.vb***
Please Login or Register  to view this content.
The code is running without any errors, but the task pane will still not show.

To make it work I can disable the add-in from the developer tab in excel and then activate the add-in again. When this is done everything is working fine (ie there is nothing wrong with the code?).

Disable / activate the addin for every time I open excel seems inconvenient. Any suggestion how I can fix this?

/ Kim