I am getting a ByRef argument type mismatch error in my code. My function takes in an integer...
'##### Function #####
Public MyFunction (abc as integer)
'----insert code here ----
End Function
On my form, I have the code:
Call MyFunction(typeidentifier)
It is at this point that I get the strange error. Any idea?
'##### Function #####
Public MyFunction (abc as integer)
'----insert code here ----
End Function
On my form, I have the code:
Call MyFunction(typeidentifier)
It is at this point that I get the strange error. Any idea?