Skip to content

Variant Datatypes

A Variant is a special data type that can contain any kind of data except fixed-length String data. A Variant can also contain special values such as Empty, Error, Nothing, and Null. You can determine how the data in a Variant is treated using the VarType function or TypeName function.