VBA control over the ribbon?
问题 I am in the process of creating a VBA add-in for Excel 2010, and I used the "Custom UI Editor for Microsoft Office" tool to create my own ribbon. However, I would like to give the user the option to load my add-in without displaying the ribbon, or with different parts of the ribbon visible. With menus, I know you can completely control them programmatically, but ribbons seem to work differently. Is there a way in VBA to not load my customUI.xml ribbon tabs on startup? Is there a way to remove