Good pointers Erel, as usual
But my "problem" is that not only am I searching for the excact match, I am looking for if the list/array contains the searchstring...
Example:
Search: TRO
Array(1) = TROY
Array(2) = SOMETHING
Array(2045) = OTROIAN
Array(4067) = ELSE
The VB-function would give me Array(1) and Array (2045) quite fast.
Manual running trough the array takes some time, so I was after a faster function that probably dont exist.
I guess a map is out of the question, since its not only the exact match I am after...
Oh well, thanx for the tips anyway