SpinButton.SmallChange Property (Outlook Forms Script)

Returns or sets an Integer that specifies the amount of movement that occurs when the user clicks either scroll arrow in a SpinButton. Read/write.

Syntax

expression.SmallChange

expression A variable that represents a SpinButton object.

Remarks

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

The SmallChange property does not have units.

Any integer is an acceptable setting for this property. The recommended range of values is from -32,767 to +32,767. The default value is 1.

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.