Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Wks.Range("b_inc").value = Wks.Range("b_inc").value -
SpinRight.SmallChange / 2 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Scroller tool | Charts and Charting in Excel | |||
Mouse Scroller | Excel Discussion (Misc queries) | |||
Prevent auto incrementation of formula | Excel Discussion (Misc queries) | |||
Scroller Incrementation | Charts and Charting in Excel | |||
Row incrementation not working. | Excel Programming |