When you resize excel - ribbon would auto-scale to fit. And if needed groups are replaced with a single button. imgur.com/ahxyADt
But as you can see it uses a placeholder with custom groups.
According to learn.microsoft.com:
You can specify the icon that appears when the group is compressed to a single button by assigning an image to the group itself.
However I cannot assign imageMSO to the group even though it's listed in attributes.
I get an error The 'imageMSO' attribute is not declared. in Office RibbonX Editor. And if I apply XML anyways - nothing happens.
Is there a way to apply imageMSO?
PS: I tried 'image' attribute with embedded picture and that works. But not imageMSO.
Turned out that i had a typo in camelCase. Instead of imageMso
i had imageMSO