Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet that is quite large and has a lot of page formatting as
users select values etc on the input sheet to generate a nice sales package for the customer. with careful use of; Application.Calculation = xlManual Application.Calculation = xlAutomatic ActiveSheet.Calculate I was able to reduce the total calculation and formatting time to approximately 5 seconds. However when another sheet is open at the same time which is also calculation intensive, the total time total calculation and formatting time is approximately 2 minutes. I assume that is is because everytime the workbook switches the calculation mode to automatic, excel recalculates every cell in every workbook? or something to that effect. Does anyone have another way? ive tried ActiveWorkbook.Application.Calculation = xlManual ActiveWorkbook.Application.Calculation = xlAutomatic but it hasnt made any difference |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - Calculation Problems | Excel Discussion (Misc queries) | |||
Excel 2003 - Problems with calculation | Setting up and Configuration of Excel | |||
Time format - problems with calculation | Excel Discussion (Misc queries) | |||
Simple Interest Calculation Problems | Excel Discussion (Misc queries) | |||
How do I use a rounded calculation result in another calculation? | Excel Worksheet Functions |