ChartObject.BottomRightCell Property
Excel Developer Reference |
Returns a Range object that represents the cell that lies under the lower-right corner of the object. Read-only.
Syntax
expression.BottomRightCell
expression A variable that represents a ChartObject object.
Example
This example displays the address of the cell beneath the lower-right corner of embedded chart one on Sheet1.
Visual Basic for Applications |
---|
|
See Also