Select all programmer shapes and set the direction to Right to Left. Editor.Shapes.ProgrammerShapesList() Editor.Shapes.SelectAllShapes() Editor.Shapes.SetCurrentShapesDirection("RightToLeft") Select all programmer shapes and set the direction to Left To Right. Editor.Shapes.ProgrammerShapesList() Editor.Shapes.SelectAllShapes() Editor.Shapes.SetCurrentShapesDirection("LeftToRight")