Hmm, the 60 seconds are possibly because it is part of a loop.
Basicly it takes a piece of text, and searches the hash table.

In total it searches for like 300 items in that loop.
But still, with the original code, it takes like 5 seconds. The only problem is that it matches wildmatch stuff, on several tokens. So I get wrong results.

I want to only return exact matches located in token 5.
I tried the updated version from starbucks, but it returns nothing, and takes also like 2 minutes or something.

Perhaps I should copy only the relevant tokens (1,2,3,5) to a hidden window, and search for it from there...

Wouldn't know how, but ok.