I often try to find a specific value inside an Array.
I have always used regular loops for this, but I recently found out that I can also use Application.Match which to me seems a lot easier to use.
When I suggested this in one of my earlier posts on this forum, I was told Application.Match is probably slower than loops.
I was hoping that really Application.Match would be faster, but I can't seem to find a fitting answer which I should use...
So currently I am at a crossroads: should I start rebuilding my macros with Application.Match or should I just keep my loops?
Just to be clear: I am NOT searching in Worksheets here - I am searching in ARRAYS, and I want to search them as fast as possible.
Many thanks in advance!
Bookmarks