2021-05-08 VBA之数据类型 数据类型是变量的特征,它决定了变量可以包含哪种数据。 数据类型包括下表中的类型以及用户定义类型和特定的对象类型 常用内置数据类型 Boolean Date Decimal Double Integer Object String Variant 类型转化 CBool CDate CInt 验证数据类型 IsArray IsDate IsEmpty IsError IsMissing IsNull IsNumeric IsObject 引用数据类型摘要 Neuer VBA之遍历代码 Älter VBA.md