Minimum

<< Click to Display Table of Contents >>

 

Minimum

Number Determines the minimum Tag value. Default value is 0. Example:

Sub CommandButton2_Click()
  ' When clicking the button, a message box is opened,
  ' indicating DemoTag6 Minimum property value
  MsgBox Application.GetObject("Data.DemoTag6").Minimum
End Sub

Was this page useful?