Hey everyone
Okay so I have a program that rotates an arrow when a button is pushed. I use this code
This works fine, however i want the image to be back to normal every time the program is opened. I cant just say "When the worksheet is opened rotate it -50" because the "50" will be a random variable.![]()
ActiveSheet.Shapes("Arrow none").Select Selection.ShapeRange.IncrementRotation 50
Bookmarks