How to format Sunburst chart in VBA?
问题 I am desperately trying to format a sunburst chart via VBA. According to the number of Points I want the columns to use one of my colors from green to red. The data on which the charts builds upon is specified on another sheet, so I'm formatting the chart once the chart sheet gets activated. Private Sub Workbook_SheetActivate(ByVal Sh As Object) 'Only when correct sheet is opened If Not Sh.Name = "Radar Chart" Then Exit Sub 'Do things to find out which data point number is at the core of each