ActiveSheet.Calculate not calculating

  • Thread starter Thread starter Ananth
  • Start date Start date
A

Ananth

I am using ActiveSheet.Calculate in a Macro to calculate the activesheet. The
Macro has 400lines and every line is perfectly exceuted.

One Worksheet has complex Index formula (array function) that refers to a
large database of 30000 lines.

After the Macro execution , I find the sheet has not been calculated. I had
to manually do it using Shift+F9.

Wht is it happening
 
Thanks very much for the hint. Yes, it started recalculating after I used
Worksheets("Tabname").calculate

Ananth
 
Back
Top