Just added timer to my Tesla Breath session app. For midnight problem I did this:
If started## > Timer Then started## = started## - 86400 ' midnight problem fix
started## is the Timer when you started timing.
If started## > Timer Then started## = started## - 86400 ' midnight problem fix
started## is the Timer when you started timing.
b = b + ...