Thread: Calculation
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Vic Eldridge[_3_] Vic Eldridge[_3_] is offline
external usenet poster
 
Posts: 112
Default 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