SendToBack Method
Applies To
ChartObject object, ChartObjects collection object, OLEObject object, OLEObjects collection object.
Description
Sends the object to the back of the z-order.
Syntax
expression.SendToBack
expression Required. An expression that returns an object in the Applies To list.
See Also
BringToFront method, ZOrder property.
Example
This example sends embedded chart one on Sheet1 to the back of the z-order.
Worksheets("Sheet1").ChartObjects(1).SendToBack