Hi, Thanks for this, great piece of code. With a slight tweak and format, you can get the display to actually count up and display in seconds / minutes. In Sub Increment_Count_By_1() change 1 to 0.0000115741, and = 10 to >= 0.000347 Range("A1").Value = Range("A1").Value + 0.0000115741 If Range("A1").Value >= 0.000347 Then Secondly, format the display cell, A1 in this case, to display "hh:mm:ss". The numbers above end the routine after 30secs. I also added a cheeky "Time Up!!!" msgbox before the code to save and close rather than just closing. Thanks again. Mark
@Exceltrainingvideos10 жыл бұрын
Thank you!
@markprickett877710 жыл бұрын
Dinesh Kumar Takyar How would the code need to be changed for it to start with a high number and count down to zero?
@Exceltrainingvideos10 жыл бұрын
That should be quite easy. Initialize the value of cell A1 to your number choice. Instead of increasing the value of cell A1 decrease it by 1 and let the endTimer subroutine be called when the value becomes 0.
@ronchedowboon75110 жыл бұрын
Thanks Dinesh for your lessons
@rasikaathapaththu187010 жыл бұрын
Great Lecturer!!!
@agronabazi94926 жыл бұрын
Hi Dinesh, I watched your videos and are very helpful, thank you. I have a question regarding timer. Can you explain how to start timer automatically by entering any value on column 1, pause by entering value on column 2 and finish by entering value on column 3? Thank you, Agron
@excelisfun10 жыл бұрын
Very Nice!
@Exceltrainingvideos10 жыл бұрын
Thank you!
@YOGESHSAHU-kc6gu5 жыл бұрын
Good Programing sir
@Exceltrainingvideos5 жыл бұрын
Thank you! Please share with your friends.
@ExploringExcelAmey10 жыл бұрын
Timers working superb
@NomadPinoyRider10 жыл бұрын
You are awesome, sir
@fun4dje9 жыл бұрын
Is it possible to make 'unlimited' count-down timers in same sheet??? like one individual time for each row.
@electronichyper786010 жыл бұрын
Great Stuff
@Exceltrainingvideos10 жыл бұрын
Thanks
@rajaaznoor18079 жыл бұрын
Hello Mr Dinesh.. Times working..but the time stop when we do editing in cells, and continue after done editing'.. How to make the time continue even we do editing in cells..
@Berghiker7 жыл бұрын
Do I need "Design Mode" in Excel 2016 for this to work? Because I don't have it.
@Exceltrainingvideos7 жыл бұрын
This link will help: www.exceltrainingvideos.com/timer-in-excel-using-vba/
@akshaydey61436 жыл бұрын
wow... thts good
@NomadPinoyRider10 жыл бұрын
Sir, i need help. I have a project and what i need to do is to use index+match+match but if the result is blank then ill get the next result which is not blank
@ABHISHEKSINGH-hs5mk8 жыл бұрын
Hi Sir, I Need your help on my one of the urgent projects. I want to create an excel dashboard which consist of Log in time Log Out time Productive time and break time for each day and excel must fetch the time automatically for all the cells from system time. Following main functionalities of excel : 1) The moment we open the excel it will fetch the log in time. 2) The moment we close the excel it will fetch the log out time. 3) The excel should read the system time when windows is active which is given as productive time. 4) And when ever the windows is inactive, locked, or sleep mode it should given as break time. please suggest how can i create such excel sheet.
@jannahashraf9 жыл бұрын
Kindly I want to show the timer from the Cell to Label Userform with this format "m:ss"
@7absinth10 жыл бұрын
and how to set counter down?
@Exceltrainingvideos10 жыл бұрын
Instead of adding, you subtract!
@7absinth10 жыл бұрын
Sound easy as to do this in practice. I did not make it. I think is necessary the starting point of counting.
@Exceltrainingvideos10 жыл бұрын
Yes. Start from a higher number and then subtract to go 0.
@jbhing789 жыл бұрын
Good day Sir Dinesh Kumar Takyar , can ask your Email Address, Because i have some little bit question from you.. Thank you in advance. Cesar