Maximum

<< Click to Display Table of Contents >>

 

Maximum

Number Determines the maximum Tag value. Default value is 100. Example:

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

Was this page useful?