Hello,
I was poking around trying to find some code to create a pop up progress meter when a large spreadsheet i have exceeds say 30 seconds. The file is large with many array formulas and a full file calculation can exceed 3 hours.
I was looking for a visual indicator to show me what's going on and how long it might be before the operation completes.
I have a macro I use to calculate only selected cells (thanks to MrExcel) so I would not want the progress bar to pop up for every operation, only the longer ones.
I have found code for many slick progress bars online but being a VBA novice at best, I don't know how to activate it say when I choose to calculate the sheet or the workbook. I also don't want to inject any significant computational load for the sake of seeing what's going on.
Is this possible? Any ideas?
I was poking around trying to find some code to create a pop up progress meter when a large spreadsheet i have exceeds say 30 seconds. The file is large with many array formulas and a full file calculation can exceed 3 hours.
I was looking for a visual indicator to show me what's going on and how long it might be before the operation completes.
I have a macro I use to calculate only selected cells (thanks to MrExcel) so I would not want the progress bar to pop up for every operation, only the longer ones.
I have found code for many slick progress bars online but being a VBA novice at best, I don't know how to activate it say when I choose to calculate the sheet or the workbook. I also don't want to inject any significant computational load for the sake of seeing what's going on.
Is this possible? Any ideas?