General Question - Excel Add-In vs COM Add-In

Add-in Express™ Support Service
That's what is more important than anything else

General Question - Excel Add-In vs COM Add-In
 
Larry Sater


Guest


I have been working on getting my Excel Add-in working which allows me to define functions within Excel that I can use within Excel. That is working out wonderfully.

I now need to add a UI Ribbon and Pane. Is that a separate Add-in, i.e. the user will have to install both?

If so, is there any way for the UI Ribbon to "talk" with the Excel Add-In.

Thanks.
Posted 02 Dec, 2016 13:16:54 Top
nwein




Posts: 577
Joined: 2011-03-28
You don't need a separate add-in to achieve that. You can have both ADXXLLModule and ADXADdinModule in the same project. The ribbon and task pane can call your UDFs if that is what you mean by "talking" to the XLL module.
You can read more about it https://www.add-in-express.com/docs/net-office-tips.php#multiple-office-extensions
Posted 02 Dec, 2016 14:48:01 Top
Larry Sater


Guest


Thanks for the information - very helpful.
Posted 06 Dec, 2016 14:41:24 Top