View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Liam[_2_] Liam[_2_] is offline
external usenet poster
 
Posts: 6
Default scroll bar incremental change size

I've got a scroll bar (Forms toolbar control) and I want
to specify the following properties:

min value = 0
max value = 1
incremental change = 0.01
page change = 0.2

After I type these values into the "Format Control"
dialog box, Excel seems to replace both incremental and
page change values to 0. It appears that Excel wants
integers. Is this true, and if so, how do I work around
this limitation?