Err |
Returns the global default instance of the ErrObject. |
IMEStatus |
Returns the current Input Method Editor (IME) mode of Microsoft Windows. *Only available in East Asian versions. |
IsArray |
Returns True if a given variable is an array. |
IsDate |
Returns True if a given expression can be evaluated as a date. |
IsEmpty |
Returns True if a given variable of type Variant has the value Empty. |
IsError |
Returns True if a given expression is an error. |
IsMissing |
Returns True if a given optional Variant parameter to a procedure has not been passed a value. |
IsNull |
Returns True if an expression evaluates to Null. |
IsNumeric |
Returns True if a given expression can be evaluated as a number. |
IsObject |
Returns True if a given variable is an object variable. |
QBColor |
Returns the RGB color code corresponding to a given color number. |
RGB |
Returns a number representing an RGB color value. |
TypeName |
Returns the data type of a variable as a String. |
VarType |
Returns a member of the vbVarType enum representing a given variable's data type. |