IsNumeric(値)
IsDate(値)
VarType(値) = vbDate
VarType(値) = vbString
IsArray(値)
IsObject(値)
IsEmpty(値)
値 Is Nothing
IsNull(値)