Description |
Number representing the type of an error variant. |
Comments |
This constant is equal to 10. |
Example |
This example checks to see whether a variable is an error. Function Div(ByVal a As Variant,ByVal b As
Variant) As Variant Sub Main() res = Div(a,b) If VarType(res) = ebError Then |
See Also |
E |