IncrementOffsetY Method Example
This example moves the shadow for shape three on myDocument up by 3 points.
myDocument
Set myDocument = ActivePresentation.Slides(1) myDocument.Shapes(3).Shadow.IncrementOffsetY -3