Scroller Incrementation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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

Similar Threads

help for chart scroller 5
Scroller Incrementation 1
Need offset range for loop 8
mouse scroller repair 7
Change scroller size 8
Mouse Scroller 1
JavaScripts Conflick 21
how do i add a scroll bar to a line chart? 3

Back
Top