Hi, I have a stopwatch which is working great except when a user opens a new workbook the undo function is unavailable. It becomes available again when the clock is stopped.
I have the code below in a module. Does this happen to anyone else?
Option Explicit
Dim NextTick As Date, t As Date...