ChartObject.TopLeftCell (Excel)
Returns a Range object that represents the cell that lies under the upper-left corner of the specified object.
Dim rngTopLeftCell As Range
Set rngTopLeftCell = ActiveSheet.ChartObjects(1).TopLeftCell
Returns a Range object that represents the cell that lies under the upper-left corner of the specified object.
Dim rngTopLeftCell As Range
Set rngTopLeftCell = ActiveSheet.ChartObjects(1).TopLeftCell