I can't seem to make this work.
To flip a shape with text. The flip works but couldn't get anything to change the alignment of the text.
To flip a shape with text. The flip works but couldn't get anything to change the alignment of the text.
VBA Code:
With Selection.ShapeRange
.Flip msoFlipHorizontal
End With
With Selection.ShapeRange.TextFrame2
'if aligned left, align right
'if aligned right, align left
End With