In Excel, the built-in cell styles are grouped. There is "Good, Bad and Neutral", "Data and Model", "Themed Cell Styles", etc:
Is there a way to interact with these groups? Like, can I delete an entire group? Can I create a group and add my own styles to it? Can I add styles to a preexisting group? Preferably via VBA.
I've looped through the styles in VBA (For Each st in Activeworkbook.Styles) and inspected their properties, but couldn't find any difference between the styles belonging to one group or to another group. The Parent property seems always empty - or whatever <No Variables> means.
Many thanks
