Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
scrollbar changes are whole numbers, so you can not use a decimal value.
You should scale the value of the scrollbar to achive your objectives results = Scrollbar1.Value/1000 -- Regards, Tom Ogilvy "Robert" wrote: I just buyed some e-books containing crash courses for dummies. I hope it will be helpfull. When changing the small- & largechange like you said Excel rounds it to the value zero for some reason (the smallchange is 0,0001) . I guess I should declare something about now? I am determined to fix this problem! Trial and error goes a long way;). Many thanks, your tips are very helpful to me. ScrollBar1.Min = Range("C2").Value ScrollBar1.Max = Range("C3").Value ScrollBar1.SmallChange = Range("C4").Value ScrollBar1.LargeChange = Range("C4").Value * 2 Robert |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Maximum and Minimum of a cell that changes | Excel Discussion (Misc queries) | |||
maximum/minimum value in formula | Excel Discussion (Misc queries) | |||
Spinners - minimum and maximum | Excel Discussion (Misc queries) | |||
Recording maximum and minimum | Excel Programming | |||
Maximum and minimum cell value | Excel Discussion (Misc queries) |