By using t2do.com you agree to our
cookie policy
, We and our partners operate globally and use cookies, for multiple purposes
Close
Compile error: ByRef argument type mismatch (2)
1
.
This occurs when you're calling a subroutine and the type of the argument doesn't match, try putting ( ) parens around passed value
2
.
Try defining variable being passed same as called routine