Macros and countdown timer

Erantes

New Member
Joined
Dec 27, 2023
Messages
32
Office Version
  1. 365
Platform
  1. Windows
Hi I have a cell that has a time countdown clock in it which counts down to 0. On the same sheet I have macros that take info at 60 mins,40mins,30mins and so on until it reaches 0. Is it possible to execute the 60 minute macro when the timer reaches 60mins on countdown clock automatically?
 
I'm looking for a VBA macro script for a countdown timer with just minutes and seconds for my judo scoreboard. The time (in minutes and half minutes intervals) to be counted will have to be defined in a specific cell, on a separate settings sheet, since the combat time varies depending on the age groups. The timer should be able to be paused, stopped and reset through buttons. Once the countdown timer runs out, I will need to use the timeout as a trigger to activate a beep (wave file within the same folder as my xlsm file) and determine the winner of the fight through some logical output on a cell (ex. white wins=1 / blue wins=0). I have read the posts for this topic but couldn't find any suitable code for the my judo scoreboard. Can anyone please support? Unfortunately, I don't have enough VBA skills and I usually just adapt the code to my needs. Many thanks in advance.
 
Upvote 0

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