What would be the fastest way to find a value in a (large, ~25,000 member) array variable and return it's position? Lets assume a 1 dimensional array. I would that using loops or worksheetfunctions would be slower than using an inbuilt VBA method like .find -- what's the best way to do this?