November 19th, 2002, 8:12 am
There's a thread somewhere round here where I explain some of the horror that is the order in which Excel recalculates...As gjlipman says, you may be able to solve it by transposition, though presumably this is after you've strangled the programmer.You've seen the scene from Carrie, where the bloody hand reaches out from the grave, and grabs you ?That's the design philosophy at work here. I fear this problem won't stay dead.I take it that we're dealing here with VBA user defined functions ?If so, then the exact way you write the formula can alter the order in which supporting cells are evaluated, and in some casesalter the number of times that the VBA function is called.