I have a Spin Button on a worksheet that increases/decreases the value in the cell of the active row of column L by 0.01.
Can I add some code to this Spin Buttton where if I double click the control (up or down) it triggers the code below?
![]()
Cells(ActiveCell.Row, "L").Value = Cells(ActiveCell.Row, "AA").Value
Bookmarks