Rolling countdown according to table

DutchDisaster

New Member
Joined
Apr 3, 2018
Messages
5
Hi all,

First off; I'm new here, so apologies beforehand if I'm not adhering to every convention on this forum...

OK. my challenge is the following: I was asked to create a schedule screen for the cart supplying our production lpines form the warehouse. They have a paper schedule on a messageboard now, but as the driver cannot check this, it often happens that production lines are over- or understocked. The screen will have to display the production line to be currently supplied, with a countdown timer, with underneath the following 3 lanes to be supplied, rolling up when the timer reaches zero, all the way to the end of the working day.

I have created a dynamic schedule file, taking into account the (variable) amount of lines, (variable) runtimes for supplying each line and fixed break times, which supplies a separate file that will be the display on the screen. It might be (over?)complicated, but it's now running completely reliably, after ironing out many, many bugs.

The second file has in one tab the day's schedule (fed by the first file) and another tab has the 'screen'.

I'm using two files, because the schedule file should be accessible while the other one will run the screen on a dedicated PC.

Using shameless copy and paste, I was able to get a countdown timer running in a 3rd file through a macro (to be run on the screen PC), which feeds the counter in the screen file for now.

And that's where I'm at right now.

So here's my problem: I am a complete VBA noob, and although I (usually) understand the logic in macro's I look into, I do not know where to start making the above happen.

That being, getting the rolling up of the lines on the large screen working according to the schedule I made, with each roll-up triggered by the countdown timer reaching zero.

I hope the above was clear enough and someone will be able to at least point me in the right direction...
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,214,944
Messages
6,122,391
Members
449,080
Latest member
Armadillos

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