C1009: Type mismatch
Description:
This error occurs when the requested operation cannot be performed using the data types provided.
Example:
dim s as string
s = "abc" + 5 ' error C1009: type mismatch
See Also