ChartObjects.Placement property (Excel)

Returns or sets a Variant value, containing an XlPlacement constant, that represents the way the objects are attached to the cells below them.

Syntax

expression.Placement

expression A variable that represents a ChartObjects object.

Example

This example sets the objects on Sheet1 to be free-floating (they neither move nor are they sized with underlying cells).

Worksheets("Sheet1").ChartObjects.Placement = xlFreeFloating

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.