ControlFormat.Min Property
Excel Developer Reference |
Returns or sets the minimum value of a scroll bar or spinner range. The scroll bar or spinner won’t take on values less than this minimum value. Read/write Long.
Syntax
expression.Min
expression An expression that returns a ControlFormat object.
Return Value
Long
Remarks
The value of the Min property must be less than the value of the Max property.
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