我正在VBA中构建一个UserForm,我有一个滚动条供用户选择某个值。
当最小值为100且最大值为10000时,我只希望滚动条能够以50为单位实现这些值之间的值。
我知道你可以设置smallchange和largechange,但如果拖动滚动条,它似乎以1为增量上升。
有可能改变这个吗? 或者我应该放弃尝试?
答案 0 :(得分:0)
On the properties window of scrollbar (in the left), you should have LargeChange=1 change that to 50 and should work.