I want to create a custom ribbon for a Workbook that I'm working on. I do not need or want any of the standard toolbar buttons, so I created a new Ribbon Designer and set StartFromScratch equal to true. When I run the Workbook all of the standard groups are gone and I have my one Tab called LRP. In this tab there should be 1 group called LRP Commands, but I have 4 groups; Menu Commands Toolbar Commands, Customer Toolbars and LRP Commands. The first 3 groups are the 3 groups that normally appear on my Add-Ins tabs when I start a normal Excel Workbook. How can I get rid of these other groups or if I can't completely remove them how can I get my LRP stuff to be on its own tab and the Add-Ins to stay on thier own tab.
It sounds like you have one of the settings for your Ribbon incorrect. Select the Ribbon Designer, which is likely called <name_of_ribbon>.vb [Design]. Then select your LRP tab. Then look at the Properties of your tab.
What does the ControlIdType say? It should say "Custom" and not "Office"
It sounds like you have one of the settings for your Ribbon incorrect. Select the Ribbon Designer, which is likely called <name_of_ribbon>.vb [Design]. Then select your LRP tab. Then look at the Properties of your tab.
What does the ControlIdType say? It should say "Custom" and not "Office"