Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a fairly large Excel spreadsheet with a small VBA program that
conducts a simulation using the spreadsheets as a calculation engine. A number of results are obtained from each simulation run which are stored in a table. The sheet includes a result summary area which summarises data extracted from the results in accordance with certain criteria using sumproduct functions. The table is large 40 thousand rows and I don't want the summary to be calculated every time that a result is added to the table as it results in an unacceptable reduction in speed (from seconds to hours!). How could I restrict the recalculation so that the summary is never calculated until the simulation is completed? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Avoiding #N/A | Excel Discussion (Misc queries) | |||
Avoiding Recalculation for a function in automatic mode | Excel Worksheet Functions | |||
AVOIDING DUPLICATES IN A RANGE OF CELLS | Excel Discussion (Misc queries) | |||
Problem with Slow ReCalculation of Dynamic Range Using OFFSET | Excel Worksheet Functions | |||
write one column range to text avoiding final linebreak | Excel Programming |