BottomRightCell Property
Applies To
ChartObject object, OLEObject object, Shape object.
Description
Returns a Range object that represents the cell that lies under the lower-right corner of the object. Read-only.
See Also
TopLeftCell property.
Example
This example displays the address of the cell beneath the lower-right corner of embedded chart one on Sheet1.
MsgBox "The bottom right corner is over cell " & _
Worksheets("Sheet1").ChartObjects(1).BottomRightCell.Address