ChartObject.SendToBack Method

Excel Developer Reference

Sends the object to the back of the z-order.

Syntax

expression.SendToBack

expression   A variable that represents a ChartObject object.

Return Value
Variant

Example

This example sends embedded chart one on Sheet1 to the back of the z-order.

Visual Basic for Applications
  Worksheets("Sheet1").ChartObjects(1).SendToBack

See Also