<< Click to Display Table of Contents >>
MinLimit |
Contains the minimum allowed value for this object (the EnableLimits property must be equal to True). Example:
Sub CommandButton2_Click()
Screen.Item("Text1").MinLimit = Screen.Item("Text5").Value
End Sub