Countdown Timer while sheet calculates

RawlinsCross

Active Member
Joined
Sep 9, 2016
Messages
437
I have a dashboard that loads in a lot of information from a data base and does various amounts of manipulation. The entire process takes 2 minute.

I have the spreadsheet set up to automatically to re-calculate every 30 minutes or so to import all the new data. When the sheet recalculates I'd like a userform to appear that displays a 2 minute (2:00) countdown. Now while the two minutes is going on, all of the other code which I have stored under "Private Sub Workbook_SheetCalculate(ByVal sh As Object)" event will execute.

This is done to allow the user to see that new data is being imported.

Any ideas?
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
You can stick up a progress bar if your code is using a loop which would be more meaningful than some arbitrary counter that may go on longer than your code
 
Upvote 0

Forum statistics

Threads
1,215,364
Messages
6,124,510
Members
449,166
Latest member
hokjock

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top