IncrementRotationX Method Example

This example tilts shape one on myDocument up 10 degrees. Shape one must be an extruded shape for you to see the effect of this code.

Set myDocument = ActiveDocument
myDocument.Shapes(1).ThreeD.IncrementRotationX 10