Learn how to enhance your productivity by adding a custom button to an existing Ribbon tab in Microsoft Office applications. We’ll walk you through the steps to customize the Ribbon, whether you're using Excel, Word, or PowerPoint.
Sometimes, you may want to add a new button to an existing Ribbon tab for Office documents when developing a VSTO (Visual Studio Tools for Office) Add-In. This article details the steps to achieve the same.
To add a button to the existing tab of an Office application, change the OfficeId of Ribbon control to the Control name of the existing tab. The entire list of default Office control names can be found at this link.
Printing in C# Made Easy