newbie in vba macro here, I am trying to play around with the vba code i found in the link attached below but it is not working when i have a huge range
I have a vba function that works on a say range C16000:C16954 but not range C116000:C116954, although they read the same number of rows
FuzzyvLookup(B2,D16000:D16954,1) = "SOME VALUE"
FuzzyvLookup(B2,D116000:D116954,1) = #N/A when i expect it to be
FuzzyvLookup(B2,D116000:D116954,1) = "SOME VALUE"
Any suggestions on why so?
Added the link to the macro code I was referring to: (it is really long so i didn't paste it here!) https://www.mrexcel.com/board/threads/fuzzy-matching-new-version-plus-explanation.195635/