Calculation

  • Thread starter Thread starter Paul Smith
  • Start date Start date
P

Paul Smith

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
 
Does this work ?

Do While Mid(Application.StatusBar, 1, 18) = "Calculating Cells:"
DoEvents
Loop


Regards,
Vic Eldridge
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top