Hi, great vid. thanks for posting. I'm trying to make it run faster, e.g. call the "main" sub every 1/2 second rather than every 1 second. I tried dividing the "TimeValue("00:00:01")" by 2, but it doesn't work. Any ideas? The code I tried was something like this: Sub timer() Application.OnTime Now() + TimeValue("00:00:01")/2, "main" End Sub
actually, the timer is still running, when you click the "off". this design model is not correct, because when you click the "On" again, it shows the same times running in the background.
Terrific! That is what is was searching for!
Hi, great vid. thanks for posting.
I'm trying to make it run faster, e.g. call the "main" sub every 1/2 second rather than every 1 second. I tried dividing the "TimeValue("00:00:01")" by 2, but it doesn't work. Any ideas?
The code I tried was something like this:
Sub timer()
Application.OnTime Now() + TimeValue("00:00:01")/2, "main"
End Sub
Thanks a lot. Wish you continued this Excel VBA.
This is what i was looking for Thank you so much!
Thanks a lot. Very effective and simple.
How can you make it go faster?
Very good but it does accept only integer seconds
what if i need fractions
great video, very informative!
Will the counter continue even when excel is closed?
Thanks for this
actually, the timer is still running, when you click the "off". this design model is not correct, because when you click the "On" again, it shows the same times running in the background.
I don't know yet :(
I like that. Thank you
Excellent. Thank you so much!
Amazing !!! Thank you very much !!!
works well! thanks!