Application.DrawingMove method (Project)
Moves the active drawing object forward or backward in the drawing layers.
Syntax
expression. DrawingMove
( _Forward_
, _Full_
)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Forward | Optional | Boolean | True if the active drawing object moves forward in the drawing layers. The default value is False. |
Full | Optional | Boolean | True if the active drawing object moves the full extent of the direction specified with Forward. False if the object moves only one layer. The default value is False. |
Return value
Boolean
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.