Spin button events

Is there a spin button event that I can use to call a macro after the new value is shown? I thought “After updating” made the most sense, but it never calls the macro after changing the spin button value. I had to put a push button control next to the spin button to call the macro. This works but I was hoping to have only a single control and single mouse click work for this function.

Hello,
What about Mouse button pressed or released? It all depends upon what you are attempting and want to accomplish.

Thanks, this worked. For some reason I had tried adding the macro call to the key released event and of course it didn’t work since I’m clicking the spin button with my mouse, not using the keyboard. I’m manually tuning some coefficients that solver calculated and I wanted to see the effect of manually adjusting them on my charts. They are all floating-point and the spin button wants integer so I use temp cells to do the back and forth math and copying.