ControlFormat.LargeChange Property
Excel Developer Reference |
Returns or sets the amount that the scroll box increments or decrements for a page scroll (when the user clicks in the scroll bar body region). Read/write Long.
Syntax
expression.LargeChange
expression A variable that represents a ControlFormat object.
Example
This example creates a scroll bar and sets its linked cell, minimum, maximum, large change, and small change values.
Visual Basic for Applications |
---|
|
See Also