SpinDown, SpinUp events

SpinDown occurs when the user clicks the lower or left spin-button arrow. SpinUp occurs when the user clicks the upper or right spin-button arrow.

Syntax

Private Subobject _SpinDown( )
Private Subobject _SpinUp( )

The SpinDown and SpinUp event syntaxes have these parts:

Part Description
object Required. A valid object.

Remarks

The SpinDown event decreases the Value property. The SpinUp event increases Value.

See also

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.