Hi,
I am wanting to rotate a shape based on the value in D9. I have some code to increment the rotation (from my starting spot) however it is not working.
Can someone help with below code. Group 42 is the object i am trying to rotate.
I am wanting to rotate a shape based on the value in D9. I have some code to increment the rotation (from my starting spot) however it is not working.
Can someone help with below code. Group 42 is the object i am trying to rotate.
Code:
ActiveSheet.Shapes.Range(Array("Group 42")).Select
Selection.ShapeRange.Rotation = Range("D9").Value * 245
ActiveCell.Select