V
VJ
We have a form where there is a like 10-15 fields and it performs a length
formula calucation each time field value changes. Using validate event is
not a option as validate wont fire on Menu click and other events on toolbar
click. Right now we have it Value changed i.e entered into control (close to
a textchange) event. Is there a better way to do this.
Just really curious how excel is doing this really fast for complex
formulas, on cell value changes. One reason the formula evaluator is
complied and not interpeted code as in .NET, but would that be a big
difference maker?
VJ
formula calucation each time field value changes. Using validate event is
not a option as validate wont fire on Menu click and other events on toolbar
click. Right now we have it Value changed i.e entered into control (close to
a textchange) event. Is there a better way to do this.
Just really curious how excel is doing this really fast for complex
formulas, on cell value changes. One reason the formula evaluator is
complied and not interpeted code as in .NET, but would that be a big
difference maker?
VJ