fbpx
Search
Close this search box.

Count-down Timer App in VBA to Remind you about the VBAClasses Closing Time!!!

Share

Facebook
Twitter
LinkedIn

Here is a cool count-down timer application made in VBA to remind you about our VBAClasses registration closing time!

Count-down timer app in VBA to remind you about the VBAClasses closing Time

I know it is blindingly awesome. So I will give you a few seconds before reading further.

….

Back already? Great.

I was thinking of ways to tell you that you have got less than 3 days to join our VBA Class. Then it struck me, why not make an Excel workbook to tell you how much time you have got? So I did just that.

Here is a video demo of how the VBA application works (watch on YouTube):

Download the VBA Classes Count-down Timer Workbook:

Click here to download the workbook. Please enable macros to see it.

PS: You must drag and drop this file in to Excel 2007 or above to see it.

How does the Count-down Timer Work?

First, I must tell you about its limitations:

  • This workbook assumes that your computer is located at the hotspot (or city) you have chosen.
  • The current time is fetched from your computer’s local time using NOW() formula.

Now, the basic construction of this workbook can be broken down to 3 parts:

  1. Hotspot / City Selection
  2. Countdown Timer
  3. Formatting

Hotspot / City Selection:

  1. I took an outline map of world and put it in an empty sheet. On top of this I have added 9 hotspots by drawing nine circles.
  2. I have named these hotspots spot1, spot2…,spot9
  3. As you can guess, each of these spots correspond to one time zone, from PST to Australian Time.
  4. I have assigned macros to each of them. The macros would just modify a cell named valSpot with the name of the spot on which I clicked.
  5. Based on the clicked spot, I fetched the corresponding closing time from a table like this:
    Closing Times based on Selected HotSpot
  6. Then, I calculated the time left by subtracting current time from closing time.
  7. A similar logic is used for City selection.

Countdown timer:

  1. I have inserted a check box and linked it to a cell named showTimer
  2. I have also assigned a macro startTimer to the checkbox.
  3. The startTimer macro would call a different macro named – countDownTime()
  4. In this, I wrote a while loop that would check if the showTimer is true and ask Excel to update the currentTime once every second
  5. The code can be examined from the downloaded file.

Formatting:

I am leaving this to your imagination.

Bottom line: Join our VBA Classes

Of course, the whole point of this is very simple.

If you want to learn VBA, then please join our VBA classes. We will be closing registrations in 3 more days. After that we will be busy for next few months teaching VBA to those of you who joined us.

Click here to join our VBA Classes.

PS: When you join our VBA Class, you get to learn how this timer app is constructed in a detailed 40 minute lesson. That is just one of the many lessons in our class. So, join us already.

Facebook
Twitter
LinkedIn

Share this tip with your colleagues

Excel and Power BI tips - Chandoo.org Newsletter

Get FREE Excel + Power BI Tips

Simple, fun and useful emails, once per week.

Learn & be awesome.

Welcome to Chandoo.org

Thank you so much for visiting. My aim is to make you awesome in Excel & Power BI. I do this by sharing videos, tips, examples and downloads on this website. There are more than 1,000 pages with all things Excel, Power BI, Dashboards & VBA here. Go ahead and spend few minutes to be AWESOME.

Read my storyFREE Excel tips book

Excel School made me great at work.
5/5

– Brenda

Excel formula list - 100+ examples and howto guide for you

From simple to complex, there is a formula for every occasion. Check out the list now.

Calendars, invoices, trackers and much more. All free, fun and fantastic.

Advanced Pivot Table tricks

Power Query, Data model, DAX, Filters, Slicers, Conditional formats and beautiful charts. It's all here.

Still on fence about Power BI? In this getting started guide, learn what is Power BI, how to get it and how to create your first report from scratch.

letter grades from test scores in Excel

How to convert test scores to letter grades in Excel?

We can use Excel’s LOOKUP function to quickly convert exam or test scores to letter grades like A+ or F. In this article, let me explain the process and necessary formulas. I will also share a technique to calculate letter grades from test scores using percentiles.

15 Responses to “Count-down Timer App in VBA to Remind you about the VBAClasses Closing Time!!!”

  1. Jeff weir says:

    What, no Wellington! Hell, not only did you miss my city out, but my country too 😉

    How 'bout replacing all those separate macros with just one:
    Sub who_called()
    hotSpotClick Application.Caller
    End Sub

  2. Chandoo says:

    @Jeff... awesome tip on the application.caller. Now, that makes the app even more sexy.

    I missed Wellington because it has one hell of a VBA / Excel ninja who is spreading the awareness already.

  3. John Pomfret says:

    Hi Chandoo,
    Looks awesome. However, when I tried to download it although the hyperlink shows as a ".xlsm" file my system seems to recognize it as a zip file and defaults to downloading it as that.
    That means there's no way of then opening it as far as I can see.
    Changing the download suffix to xlsm works fine.
    Just thought I'd mention it in case anyone else is having the same problem.
    John

  4. Dennis says:

    Hi, awesome. But i have a problem 🙁 ... I can't open the file. Please help us about it.

    Thanks!!

  5. Sagar says:

    Chandoo,

    Please explain what you've done here. When I select Los Angeles on the map, it says I have 2 days left but when I select India or Australia, it says I have 3 days left.

    I don't think your spreadsheet is following the GMT correctly. If anything, all the countries in the negative time zone should have more time than the countries in the positive time zone.

    Just my feedback but I'd love to know your thoughts.

  6. fred says:

    Awesome tool! 😉

    Just one note:
    D21 = now() but D20 can change depending on the hotsopt you click. it creates an illusion that all hotspots have the same local time.

    Question: how much time does it take to create something like this from draft to finish?

  7. Ravi Kiran says:

    Hi Chandoo,

    This is awesome. Very good app indeed.

    Small suggestion: Counter is not ticking right from when the app is opened (even though "Show count-down timer is opened).

    How about adding this event?

    Private Sub Workbook_Open()
    Run "countDownTime"
    End Sub

    Regards,
    Ravi.

  8. WaldekSz. says:

    Dear All,
    It is my first post on chandoo.org, my favourite source of Excel solutions. Great work!
    @Dennis:
    Try to download and save this file "as is" on your desktop or anywhere else and although it is being shown as .zip file, just drag it to opened blank Excel sheet, confirm that you want to open it and... enjoy.
    Another way to overcome this problem has been solved by John Pomfret above.
    Thank you.

  9. Abhishek says:

    Awesome concept for data visualization. Workbook looks elegant, except for the fact that the times are incorrectly shown.

    Keep up the good work!

  10. Nicole says:

    Not sure how you open this file. I get a zip file with a bunch of xml files. I would appreciate some advice. Thanks.

  11. [...] Of course, we have a lesson on how the count-down timer app is created in our VBA class. Join us. Spread some love,It makes you awesome! [...]

  12. Chandoo says:

    @All: Thanks everyone for the encouraging comments and feedback.

    @Sagar: please note that, the workbook assumes you are located in the hotspot / city you have chosen. So it just calculates the time gap from NOW() and the closing time.

    @Fred... It took me a couple of hours to conceptualize this and may be another hour to create it. But the fine-tuning took lot more time and I wasted some time with other variations of same visualization.

    @Ravi: Good suggestion on initiating the counter on workbook open. Thanks for sharing it with us 🙂

    @For those of you having troubles opening this file: Just save the file on your desktop (or some folder) and then drag and drop it inside Excel 2007 or 2010.

  13. Kuldeep Singh Rathore says:

    Hi All,

    I want to prepare a macro which give me a callback reminder so what would be the correct coding for the same.

    e.g if i call on a mobile number today @ 10 AM and he gives me callback time @ 1 PM so i want a pop up come out automatically when clock time reach @ 1 PM

    Please help me in this
    Regards
    Kuldeep Rathore

  14. Global Tech Support says:

    lstCities
    =#REFERENS!#REFERENS!

    What is the correct Information ?

Leave a Reply