Variants
From HashVB
Variants are a special type of variable that can hold any data type or object. This means they are used when you do not know what type of data you are goign to be storing.
This is the default data type if you dont define an explicit data type.