Create stopwatch in Excel

How to create stopwatch in Excel. Create a stopwatch in Excel with advanced command buttons.
Update the time by using the DateAdd function.
Auto change caption, fore color and back color of a command button.
The "Interval" argument:
1. s - second
2. n - minute
3. h - hour
4. ww - week
5. w - weekday
6. d - day
7. y - Day of year
8. m - month
9. q - quarter
10. yyyy - year
To run the timer in the background 👉 • How to edit Excel file...
File for free download 👉 / 728494788607733
File password 👉 AhSingStopwatch
Excel & VBA discussion public group 👉 / 486402069483674
Welcome to join and feel free to raise/ask questions (if any) or share Excel tricks 🤗
#excel #vba

Пікірлер: 10

  • @amberbrown9997
    @amberbrown99979 ай бұрын

    Thank you very much Ah Sing. Your video was very easy to follow and is the best set of instructions to date on creating a timer within excel.

  • @ahsing_excel_VBA

    @ahsing_excel_VBA

    9 ай бұрын

    My pleasure. Thanks for watching and have a nice day.

  • @madady8652

    @madady8652

    Ай бұрын

    fakest comment I have seen in my life

  • @LanceT.
    @LanceT. Жыл бұрын

    Thanks for your useful video! I am trying to figure out how to keep track of time for different tasks where each task is a line in a spreadsheet. Is it possible to have a cell in each line as a timer? Would I essentially have to insert a new command button and sub for each cell and program it each time a task is added to the sheet? For example, would it be possible for the code to increase a timer for whatever cell is currently selected? Any help would be appreciated!

  • @ahsing_excel_VBA

    @ahsing_excel_VBA

    11 ай бұрын

    Hi, Lancet. Here are a few suggestions: 1. Consider adding a new command button specifically designed for adding new timers. 2. Utilize a helper column to automatically label newly added timers as 1, 2, 3, and so on. 3. Implement a timer function that updates based on the values in the helper column. That is, when the cell is not empty, the timer next to it will be updated accordingly. Hope these help. Thanks for watching and have a nice day.

  • @LanceT.

    @LanceT.

    11 ай бұрын

    @@ahsing_excel_VBA Thank you so much for your help! I'll investigate your suggestions to see if I can make them work with my application. Thanks again.

  • @ahsing_excel_VBA

    @ahsing_excel_VBA

    11 ай бұрын

    My please 😊

  • @fernandodanielbonaudi4241
    @fernandodanielbonaudi42413 ай бұрын

    How should add more precision to the stopwatch to 1/100 sec? ¿Just add 2 decimals to the secs? Thanks!

  • @ahsing_excel_VBA

    @ahsing_excel_VBA

    3 ай бұрын

    Hello! When dealing with milliseconds, utilizing the 'Sleep' function is essential. You can find a demonstration video at kzread.info/dash/bejne/gpycm9yyc6y1daQ.html. Keep in mind that the 'Sleep' function's performance may vary across different computers due to differences in their systems. I hope this information is helpful. Thank you for watching, and have a wonderful day!

  • @fernandodanielbonaudi4241

    @fernandodanielbonaudi4241

    3 ай бұрын

    @@ahsing_excel_VBA Thanks. I will take a look into it. Regards