Hello,
I want to create a small app in Excel to count down a time and count up after the time passed. The logic is very straigth forward.
1. I use Now() function to get the present time from Windows and plus 10 minute.
2. I use Hour(), Minutes() and second () to get value of Hour, Minute and...