Value

<< Click to Display Table of Contents >>

 

Value

Variant The Value property varies according to the wave form type, established in the Type property. This is a read-only property. Default value is 0 (zero). Example:

Sub CommandButton1_Click()
  MsgBox Application.GetObject("Data.DemoTag2").Value = 10
End Sub

Was this page useful?