No. Macros run in response to actions, not constantly in the background.
To keep a time-piece updating (if you donât have an ActiveX control that already does this), you need to trigger the update several times per second (if you are showing seconds) or every couple of seconds (if you are only resolving down to minutes).
|