If Excel does not re-calculate the formula. That is, if the cell is not refreshed inspite of newvalues, the Calculation might not be set as automatic. To set the calculation as automatic, use the following:
Sub Switch_On_XL_Calculation()
Application.Calculation = xlCalculationAutomatic
End Sub
New here How do you post a new thread?
ReplyDeleteHi Rollin
ReplyDeletePlease post it as a comment. I would make it as a Blog post