Calculation
Does this work ?
Do While Mid(Application.StatusBar, 1, 18) = "Calculating Cells:"
DoEvents
Loop
Regards,
Vic Eldridge
"Paul Smith" wrote:
I have a problem with Excel not having the time to complete it's
recalculation before the next line of code executes.
Is there any way of halting the execution of a macro until the recalculation
has taken place?
Paul Smith
|