Forum Discussion
How to add/subtract 1 to a cell using a button?
Christopher,
According to below screenshot, you have two options:
- SpinButton (Form Control)
- SpinButton (ActiveX Control)
To find them, go to Developer Tab >> Controls Group >> Insert.
ActiveX SpinButton is more flexible, it can come down to negative values.
I linked the first one which is SpinButton (Form Control) to cell E4, but the second is linked to the active cell.
I've attached the solution for you.
- Haytham AmairahAug 28, 2019Silver Contributor
Hi,
The SpinButton (Form control) can only go up and down! This is one of its limitations!
But the ActiveX version is more flexible as you can drag the sizing handles of the SpinButton to make it show up horizontally (Left/Right) or vertically (Up/Down) based of its height and width.
Go to Developer tab >> press Design Mode, then try to resize the SpinButton (ActiveX) in a rectangular shape and see how it's orientation will change to horizontally (Left/Right).
Regards