R
Rob
Hi to all!
I want to change the value in a cell from 1 to 10 in steps of 0.5 by
using a spin button. After placing the spin button, I Ctrl-click the
button and I point to Format Control. On the Control Tab one can set a
minimum and maximum value plus the incremental steps.
My guess was: set Incremental change to a value of 0.5 and you all set.
Decimals are ignored, only integers seem to work.
Did a quick check in Excel 2003 in Windows - same thing happening.
Any simple solution? Guess I have to add some VBA code.
TIA - Rob
I want to change the value in a cell from 1 to 10 in steps of 0.5 by
using a spin button. After placing the spin button, I Ctrl-click the
button and I point to Format Control. On the Control Tab one can set a
minimum and maximum value plus the incremental steps.
My guess was: set Incremental change to a value of 0.5 and you all set.
Decimals are ignored, only integers seem to work.
Did a quick check in Excel 2003 in Windows - same thing happening.
Any simple solution? Guess I have to add some VBA code.
TIA - Rob