ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Calculations run slow in Excel 2002 SP-1 (https://www.excelbanter.com/excel-discussion-misc-queries/104906-calculations-run-slow-excel-2002-sp-1-a.html)

Ash

Calculations run slow in Excel 2002 SP-1
 
Hi,

I currently have 2 versions of excel on 2 different machines. The
machine with Excel 2000 runs the workbook fine when automatic
calculation is turned on. However, the machine with Excel 2002 runs
the same macros very slow.

What seems to be taking long is the formulas in the cells. Everytime a
cell is updated it automatically recalculates the sheet and takes very
long. In Excel 2000, with the same settings it takes a fraction of the
time. Very confused with this problem.

Has anyone encountered this problem?

Thanks

Ash


evan

Calculations run slow in Excel 2002 SP-1
 
I frame my macros with (assuming you're not using UDFs):

Application.ScreenUpdating = False
Application.Calculation = xlCalculationManual
....
Application.Calculation = xlCalculationAutomatic
Application.ScreenUpdating = True


"Ash" wrote:

Hi,

I currently have 2 versions of excel on 2 different machines. The
machine with Excel 2000 runs the workbook fine when automatic
calculation is turned on. However, the machine with Excel 2002 runs
the same macros very slow.

What seems to be taking long is the formulas in the cells. Everytime a
cell is updated it automatically recalculates the sheet and takes very
long. In Excel 2000, with the same settings it takes a fraction of the
time. Very confused with this problem.

Has anyone encountered this problem?

Thanks

Ash




All times are GMT +1. The time now is 09:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com