Scrollbar help

  • Thread starter Thread starter schmidt.ian
  • Start date Start date
S

schmidt.ian

I am trying to have a scrollbar that will adjust a cell in increments
of 0.1 but excel will not let me set the change value to anything less
than 1. Is there any way around this? Any advice/help would be greatly
appreciated.Thank you.
 
How about using two cells.

If the linked cell is A1, then use a formula like:
=a1/10
in B1 (say)
 
Back
Top