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.