Forum Discussion
jvs95
Jul 15, 2021Copper Contributor
How can I add different values to different cells on the press of a single button (SpinButton)
How do I make it so that using a SpinButton or another button trinket, on a single press of the up button or down button, I add or remove different values to different cells, for example: +10/-10 to ...
- Jul 15, 2021
jvs95 See attached.
Edit: You'll find the spinner on the Developer ribbon. Once inserted, right-click on it to change the settings.
Riny_van_Eekelen
Jul 15, 2021Platinum Contributor
jvs95 Perhaps something like this?
D3 is the cell linked to the spinner button, incrementing or decrementing by 1 on each press.
- jvs95Jul 15, 2021Copper ContributorDoes that work? How do I set up the spinner...
could you send the file, please?- Riny_van_EekelenJul 15, 2021Platinum Contributor
jvs95 See attached.
Edit: You'll find the spinner on the Developer ribbon. Once inserted, right-click on it to change the settings.
- jvs95Jul 15, 2021Copper ContributorAhh I should have thought of that...
Works phenomenally, thanks for your help.