MinLimit

<< Click to Display Table of Contents >>

 

MinLimit

Number 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

Was this page useful?