Search notes:
VBA: literal identitifers
A literal identifier represents a distinguished data value.
There are three types of
literal identifiers in
VBA. These identifiers are
- the boolean literal identifiers
true and false,
- the object literal identifier
nothing, and
- the variant literal identifiers
null and empty.