Hey guys i have taken some code from online to create a countdown timer
and when it hits 00:00:00 a msg box pops up
but i want the box to pop up when the timer hits 00:05:00 (5 min remaining )
can anyone help?
thanks
Public gCount As Date
Sub Timer()
gCount = Now + TimeValue("00:00:01")...