• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Rotating a shape with VBA code

Status
Not open for further replies.

Dokat

Member
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.

Code:
ActiveSheet.Shapes.Range(Array("Group 42")).Select
Selection.ShapeRange.Rotation = Range("D9").Value * 245
ActiveCell.Select
 
Status
Not open for further replies.
Back
Top