Hello,
How can we change the below code function.
Istead time I need a timer...
Once userform pop ups timer will start.
Thanks
Option ExplicitDim Tempo As Date
Sub clock1()
Tempo = Now + TimeValue("00:00:01")
Application.OnTime Tempo, Procedure:="Lable_Text", Schedule:=True
End Sub
Sub...