Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HELP - Excel 2003 VERY SLOW vs 2002 | Excel Discussion (Misc queries) | |||
hyperlinks not working in excel 2002 SP3 | Excel Discussion (Misc queries) | |||
Displaying charts from excel 2003 in excel 2002? | Excel Discussion (Misc queries) | |||
Why are subtotals so slow in Excel 2002 SP-2? | Excel Discussion (Misc queries) | |||
Macro in Excel 2002 to save a workbook to a FTP location | Excel Discussion (Misc queries) |