Pages

Monday, March 26, 2007

Excel Not Calculating Formula

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

2 comments:

  1. New here How do you post a new thread?

    ReplyDelete
  2. Hi Rollin

    Please post it as a comment. I would make it as a Blog post

    ReplyDelete