Application.Match Type mismatch error
I'm trying to use the Application.Match call using two arrays.
The exact line is:
e = Application.Match(query(i,0),tempquery,0)
query(i,0) holds a Variant/String that looks something like
"100010300106800000"
tempquery is an array holding a series
of similar values as strings.
I supposed I could convert them all to
values, but I think it drops trailing or leading
zeros and that could screw up the match as well.
Any suggestions?
|