ThreeDFormat.RotationZ property (Excel)
Returns or sets the rotation of the extruded shape around the z-axis in degrees. Can be a value from -90 through 90. A positive value indicates upward rotation; a negative value indicates downward rotation. Read/write Single.
Syntax
expression.RotationZ
expression A variable that represents a ThreeDFormat object.
Remarks
To set the rotation of the extruded shape around the y-axis, use the RotationY property.
To set the rotation of the extruded shape around the x-axis, use the RotationX property.
To change the direction of the extrusion's sweep path without rotating the front face of the extrusion, use the SetExtrusionDirection method.
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.