Hello everyone,
I was trying to use dictionary along with arrays to perform a lookup but it is giving a run time error 5 : Invalid procedure call or argument.
However, when I write the code using dictionary without arrays, it works perfectly. below are the two codes. What am i doing wrong with the dictionary arrays combo?
Dictionary array combo (not working & giving the above error)
Dictionary without Array (working perfectly)
I was trying to use dictionary along with arrays to perform a lookup but it is giving a run time error 5 : Invalid procedure call or argument.
However, when I write the code using dictionary without arrays, it works perfectly. below are the two codes. What am i doing wrong with the dictionary arrays combo?
Dictionary array combo (not working & giving the above error)
Dictionary without Array (working perfectly)