March 10, 2025
Excel Top Contributors:
Application.Calculation = xlCalculationAutomatic
Report abuse
Thank you.
Reported content has been submitted
Report abuse
Thank you.
Reported content has been submitted
2 people found this reply helpful
·Was this reply helpful?
Sorry this didn't help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Hi Bob,Sub monte()
I am working on a model for forecasting. I don't actually understand what the implication is for Application.Calculation = xlCalculationAutomatic?
What is the calculation difference between Application.Calculation = xlCalculationAutomatic and Application.Calculation = xlCalculateManual?
Apparently it calculates one more time after the cycle. The main impact of the code is for round formula. Can anyone tell me if there is special calculation under Application.Calculation = xlCalculateAutomatic for round formula?
Thanks,
Bob
Application.Calculation = xlCalculateManual
Dim x As IntegerDim MyTimer As Double
For i = 13 To 1012If (i - 12) Mod 25 = 0 ThenApplication.StatusBar = "Progress: " & i - 13 & " of 1000: " & Format(i / 1000, "Percent")End IfcalculateWorksheets("Datasheet").Cells(i, 13) = Worksheets("Datasheet").Cells(12, 10)Worksheets("Datasheet").Cells(i, 14) = Worksheets("Datasheet").Cells(13, 10)Worksheets("Datasheet").Cells(i, 15) = Worksheets("Datasheet").Cells(14, 10)Worksheets("Datasheet").Cells(i, 16) = Worksheets("Datasheet").Cells(15, 10)
Next i
Application.StatusBar = FalseApplication.ScreenUpdating = TrueApplication.Calculation = xlCalculationAutomatic
End Sub
Report abuse
Thank you.
Reported content has been submitted
1 person found this reply helpful
·Was this reply helpful?
Sorry this didn't help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Report abuse
Thank you.
Reported content has been submitted
31 people found this reply helpful
·Was this reply helpful?
Sorry this didn't help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Question Info
Last updated March 30, 2025 Views 75,318 Applies to: