<-- Previous || Up || Next -->

Null Value Property
Convert Values Class

Public Property Get NullValue( _
    ) As Variant

Return a Variant of type Null (a Variant with a VarType of vbNull).

Examples:
    IsNull(NullValue) = True
    VarType(NullValue) = vbNull
See also:
    NullToBlank Function
    NullToValue Function
    BlankToNull Function
    EmptyToNull Function
    EmptyValue Property
    vbNull Property

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.