Hi everyone,
Could anyone please help me with the following:
I have an excell sheet with a lot of data. When I use
the code is faster than the processing. As a result the code after tries to use data which wasn't updated - the code hence breaks.![]()
Application.Calculate
I have tried to use
but this just "overrules" the processing part and as a result the processing never finishes (36 % finishes approximately).![]()
Application.Wait (Now + TimeValue("0:00:10"))
I have also tried to
but I can't get that to work either.![]()
Do Until Application.CalculationState = xlDone DoEvents Loop
Thanks for your time! Appreciated!
Bookmarks