SpinButton.Max Property (Outlook Forms Script)
Returns or sets a Long that specifies the maximum and minimum acceptable values for the Value property of a SpinButton. Read/write.
Syntax
expression.Max
expression A variable that represents a SpinButton object.
Remarks
Clicking a SpinButton changes the Value property of the control.
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.