Hi all
I need to put a progress bar on a form to indicate the progress of a worksheet recalculation. I have a worksheet with 12 columns and up to 10,000 rows containing formulas that are recalculated twice per run. I use the .ENABLECALCULATION=TRUE to trigger the recalculation. During testing with 1,600 rows the recalculation takes approximately 15 seconds, so with 10,000 rows it is going to take much longer. I tried setting iteration and precision to suitable minimums but this had no significant impact on the recalculation time. The recalculation is not contained within a loop so I cannot use the usual “label” progress bar method as I have no access to any code while the recalculation is running. Users will need visual feedback to indicate the recalculation progress to see that the program is not in an indefinite loop.
Is there any way to overcome this? I am using Excel 97.
Thanks in anticipation for any ideas you may have to assist me.
I need to put a progress bar on a form to indicate the progress of a worksheet recalculation. I have a worksheet with 12 columns and up to 10,000 rows containing formulas that are recalculated twice per run. I use the .ENABLECALCULATION=TRUE to trigger the recalculation. During testing with 1,600 rows the recalculation takes approximately 15 seconds, so with 10,000 rows it is going to take much longer. I tried setting iteration and precision to suitable minimums but this had no significant impact on the recalculation time. The recalculation is not contained within a loop so I cannot use the usual “label” progress bar method as I have no access to any code while the recalculation is running. Users will need visual feedback to indicate the recalculation progress to see that the program is not in an indefinite loop.
Is there any way to overcome this? I am using Excel 97.
Thanks in anticipation for any ideas you may have to assist me.