I'd like to create an Excel Add In. But I want it to have a special behavior.
Then problem is that the Excel Add In I developed stays within Excel. Even when I run a normal Excel instance from Windows...
So what I want, to be more precise, is to have an Excel add in that will only appear in the Excel's ribbon when launched by my own C#_made application.
How should I do that ?
The behavior would be :
- Run my C# application
- My C# application calls a new Excel's instance
- My C# application adds a new tab (and its elements) to the ribbon of this Excel's instance
- My C# application adds actions binded to the tab's elements
- Excel's instance is being closed > Remove all added components, functions, methods, ...
- Close my C# appliclation