Scroller Incrementation

U

unique

Hello,

I have a dynamic chart working, with the variables changing by scroller. But
I want the values to change by 0.5 each time the scroller is pressed. The
scroller doesn't seem to allow me to increment it by 0.5, any ideas how I can
do this.

regards
 
K

ken4capitola

Wks.Range("b_inc").value = Wks.Range("b_inc").value -
SpinRight.SmallChange / 2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top