C
CLR
Hi All............
I know how to rotate a Shape from it's present orientation to so many
degrees of "increment"....this works fine for that
Sub Rotate15()
ActiveSheet.Shapes("Group 34").IncrementRotation 15.01
End Sub
What I need to know, is how to establish a base zero point for the Shape,
and then have the macro rotate the Shape "TO" 15.01 degrees from that base
point,, not just increment it from where it is now.....
TIA
Vaya con Dios,
Chuck, CABGx3
I know how to rotate a Shape from it's present orientation to so many
degrees of "increment"....this works fine for that
Sub Rotate15()
ActiveSheet.Shapes("Group 34").IncrementRotation 15.01
End Sub
What I need to know, is how to establish a base zero point for the Shape,
and then have the macro rotate the Shape "TO" 15.01 degrees from that base
point,, not just increment it from where it is now.....
TIA
Vaya con Dios,
Chuck, CABGx3