The ReferenceValue attribute determines the value of the reference.
Syntax |
ReferenceValue |
Return value |
Variant |
Parameter |
The attribut is read-only. |
Example
Dim R As Reference
R.Expression := "TV.Stand"
R.Assign(True)
MsgBox(R.ReferenceValue)