I was thinking about writing the code - when using chart objects we tend to loop through the objects that exist on the worksheet. With this in mind how would we know which chart belongs in which group?
It could be the chart name?
I imagine your data to be all in one worksheet with a row as a header with 6 charts underneath - then another header row with 6 more charts underneath etc...:
If the above is the case then we can't group by those headers but if the charts were named differently per group or each group was in it's own worksheet then this would be a simpler task.
Bookmarks