ScrollBar.LargeChange Property (Outlook Forms Script)

Returns or sets a Long that specifies the amount of movement that occurs when the user clicks between the scroll box and scroll arrow. Read/write.

Syntax

expression.LargeChange

expression A variable that represents a ScrollBar object.

Remarks

The LargeChange property specifies the amount of change to the Value property.

The LargeChange property applies only to the ScrollBar. It does not apply to the scrollbars in other controls such as a TextBox or a drop-down ComboBox.

The value of LargeChange is the amount by which the ScrollBar control's Value property changes when the user clicks the area between the scroll box and scroll arrow. The direction of the movement is always toward the place where the user clicks. For example, in a horizontal ScrollBar, clicking to the left of the scroll box moves the scroll box to the left. In a vertical ScrollBar, clicking above the scroll box moves the scroll box up.

LargeChange does not have units. Any integer is a valid setting for LargeChange. The recommended range of values is from -32,767 to +32,767, and the value must be between the values of the Max and Min properties of the ScrollBar.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.