4
votes

I'm looking for a way to programatically add a group to an existing tab (e.g Developer tab in my case) of the Microsoft Office Word 2010 ribbon.

Cannot find any helpful examples on the web. Are these types of customizations allowed in MS Office 2010 and if so could you please provide any helpful links or a code sample on how I can do this

enter image description here

2

2 Answers

5
votes

You can specify the according ControllId to your addin's RibbonTab: Tab Id

You want to use TabDeveloper. A full list can be obtained from here.

0
votes

This answer might be helpful in your case