For example, if a Microsoft PowerPoint presentation contains only one image on the first slide, and you flip that image both horizontally and vertically, you see the following results when you type the following code in the Immediate window of the Visual Basic Editor:
? ActivePresentation.Slides(1).Shapes(1).FlipVertical
TRUE
? ActivePresentation.Slides(1).Shapes(1).FlipHorizontal
TRUE
? ActivePresentation.Slides(1).Shapes(1).FlipVertical
FALSE
? ActivePresentation.Slides(1).Shapes(1).FlipHorizontal
FALSE