Hi,
I think the best reference to the Office Ribbon API is the three-part article here: http://msdn.microsoft.com/en-us/library/aa338202(office.12).aspx
There are some more Ribbon-related links here: https://exceldna.codeplex.com/wikipage?title=Ribbon%20Customization
For the combobox, I guess you have to set up the relevant call-backs – getItemCount, getItemID, getItemLable etc.
I hope that gives you a start.
Regards,
Govert
From: exce...@googlegroups.com [mailto:exce...@googlegroups.com]
On Behalf Of Thang Trinh Xuan
Sent: 6 May 2013 13:44
To: exce...@googlegroups.com
Subject: [ExcelDna] Adding Ribbon ComboBox items at runtime
Hi Govert
I'm trying to add combobox items to ribbon combobox at runtime but stil not success yet. Could you show me some way?
Thank you.
--
You received this message because you are subscribed to the Google Groups "Excel-DNA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
exceldna+u...@googlegroups.com.
To post to this group, send email to exce...@googlegroups.com.
Visit this group at http://groups.google.com/group/exceldna?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Govert,