Description
Number representing the type of a Boolean variant.
Comments
This constant is equal to 11.
Example
Sub Main() Dim MyVariant as variant MyVariant = True If VarType(MyVariant) = ebBoolean Then MyVariant = 5.5 End If End Sub
See Also
VarType (function); Variant (data type).
More information
E