Description: Returns the type of a variant value. Values in
Excel cells are variants. With VarType you can determine whether the value
is a text, a long, an integer, a boolean, etc.
Value : value to inspect TypeText : Optional. When set to TRUE
VarType will return a text indicating the type. Otherwise VarType will
return a number.