Hi all,
As part of my super-spreadsheet, I have a timer that starts when the value in a cell changes. Piecing together various things that I have come across on the net, I have come up with the following macro coding:
Dim CountDown As Date
Dim count As Range
Sub RunTime()
CountDown = Now +...