hi. it's no bother.
cint() means convert to integer
if it is making an error (mismatch) the the argument is not numeric (in this case tEach(t))
So you have to check the value of tEach(t) and see what it is.
hi. it's no bother.
cint() means convert to integer
if it is making an error (mismatch) the the argument is not numeric (in this case tEach(t))
So you have to check the value of tEach(t) and see what it is.