IncrementRotationY Method Example
This example tilts shape one on myDocument
10 degrees to the right. Shape one must be an extruded shape for you to see the effect of this code.
Set myDocument = Worksheets(1)
myDocument.Shapes(1).ThreeD.IncrementRotationY -10