Shape.ZOrder method (Project)

Moves the shape in front of or behind other shapes (that is, changes the position in the z-order).

Syntax

expression. ZOrder (ZOrderCmd)

expression A variable that represents a Shape object.

Parameters

Name Required/Optional Data type Description
ZOrderCmd Required MsoZOrderCmd Specifies where to move the shape relative to the other shapes.
ZOrderCmd Required MSOZORDERCMD

Return value

Nothing

Remarks

Use the ZOrderPosition property to determine the current position of a shape in the z-order.

See also

Shape Object MsoZOrderCmd ZOrderPosition Property

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.