I've created a macro which rotates a circle -15 degrees each time the macro is called. The code which does the rotation is...Selection.ShapeRange.IncrementRotation -15. I would like to be able to change the
-15 value by using a "scroll" button on my worksheet, rather than having to go inside the macro and change the value. Is this possible?
Bookmarks