VBA icon

Finding values in an array without looping

If you need to find a value in an array, you might be inclined to loop through the array and using a function like Instr to match each value in the array against the selected value to see if it exists.

Until recently, I would have done the same thing (breaking it out into its own function, of course). But recently I discovered another way to do it that doesn't require looping, and thought I'd share.

Continue Reading: Finding values in an array without looping »

Excel icon

Excel rookie costs Barclays

I'm sure you've all heard it by now. I first read about it on Simon Murphy's blog, but it looks like a rookie mistake with Excel might have caused Barclay's to acquire more of Lehman Brothers' contracts than it wanted.

Continue Reading: Excel rookie costs Barclays »

Site last updated: February 8, 2012