I have a workbook that contains 2 charts that are grouped together into one shape/group. In VBA, I can reference the individual charts because I have their names as inputs. However, I'd like to reference and manipulate the GROUP given only the name of one of the charts within the group (or both). Is this possible?

I was thinking there was something like ChartObject.Parent, but that references the Sheet.



Thanks