Moves the specified shape in front of or behind other shapes in the collection (that is, changes the shape's position in the z-order).
Syntax
expression.ZOrder(ZOrderCmd)
expression Required. An expression that returns a Shape object.
ZOrderCmd Required Long. Specifies where to move the specified shape relative to the other shapes. Can be one of the following MsoZOrderCmd constants: msoBringForward, msoBringInFrontOfText, msoBringToFront, msoSendBackward, msoSendBehindText, or msoSendToBack.
Remarks
Use the ZOrderPosition property to determine a shape's current position in the z-order.