Returns a string that provides Variant subtype information about a variable.
TypeName(varname)
The required varname argument can be any variable.
The TypeName function has the following return values:
Value DescriptionByte Byte valueInteger Integer valueLong Long integer valueSingle Single-precision floating-point valueDouble Double-precision floating-point valueCurrency Currency valueDecimal Decimal valueDate Date or time valueString Character string valueBoolean Boolean value; True or FalseEmpty UnitializedNull No valid data<object type> Actual type name of an objectObject Generic objectUnknown Unknown object typeNothing Object variable that doesn't yet refer to an object instanceError Error
.