The following table shows the constants for the VarType property. Use these constants anywhere in your code in place of actual values.
Constant |
Value |
Description |
vbEmpty | 0 | Uninitialized (default) |
vbNull | 1 | Contains no valid data |
vbInteger | 2 | Integer subtype |
vbLong | 3 | Long subtype |
vbSingle | 4 | Single subtype |
vbDouble | 5 | Double subtype |
vbCurrency | 6 | Currency subtype |
vbDate | 7 | Date subtype |
vbString | 8 | String subtype |
vbObject | 9 | Object |
vbError | 10 | Error subtype |
vbBoolean | 11 | Boolean subtype |
vbVariant | 12 | Variant (used only for arrays of variants) |
vbDataObject | 13 | Data access object |
vbDecimal | 14 | Decimal subtype |
vbByte | 17 | Byte subtype |
vbArray | 8,192 | Array |