ThreeDFormat.ResetRotation method (Excel)
Resets the extrusion rotation around the x-axis and the y-axis to 0 (zero) so that the front of the extrusion faces forward. This method doesn't reset the rotation around the z-axis.
Syntax
expression.ResetRotation
expression A variable that represents a ThreeDFormat object.
Remarks
To set the extrusion rotation around the x-axis and the y-axis to anything other than 0 (zero), use the RotationX and RotationY properties of the ThreeDFormat object.
To set the extrusion rotation around the z-axis, use the Rotation property of the Shape object that represents the extruded shape.
Example
This example resets the rotation around the x-axis and the y-axis to 0 (zero) for the extrusion of shape one on myDocument.
Set myDocument = Worksheets(1)
myDocument.Shapes(1).ThreeD.ResetRotation
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.