Countdown Timer to New Year in Excel

Hey Guys, Just a few hours left for 2022.
Lets us learn how to create a Countdown Timer.
Download the file from the below link.
bit.ly/3HrCNzM
VBA Code is mentioned below
Sub Calculate_Range()
Range("A1:A5").Calculate
Application.OnTime DateAdd("s", 1, Now), "Calculate_Range"
End Sub
====================
🙏 SUPPORT THE CHANNEL 🙏
Paypal Donations - paypal.me/datacense
======================
Also, check these videos if you want to learn more
1 Min Excel: If you enjoy short videos check this section
• Shorts : Random
Excel: Check this playlist for Excel-related things
• Excel
Keyboard Shortcuts: Check this section to save some time in everyday excel work
• Excel Keyboard Shortcuts
Pivot Tables: Check this playlist for Pivot Table, Slicers, and Auto refreshing reports
• Pivot Tables
Power Query: Check the Power Query playlist for Data Preparation & its Automation
• Power Query
Power BI: Check the PowerBI related videos for Business Intelligence, Dashboard & Visualisations
• Power BI
Please subscribe to our channel and Follow us on other social media platforms for regular updates :
Tiktok vm.tiktok.com/ZSH28XEt/
Facebook / datacense
Twitter / datacense
LinkedIn / datacense
Instagram / datacense32

Пікірлер: 4

  • @fayecarroll6299
    @fayecarroll62992 жыл бұрын

    Excellent!

  • @datacense

    @datacense

    2 жыл бұрын

    Thank You

  • @mukulanand2
    @mukulanand22 жыл бұрын

    amazing Akhilesh Bhai. this can be used for all the important life events only macro part wasn't clear. it needs to be explained well.

  • @datacense

    @datacense

    2 жыл бұрын

    Thanks Mukul ji for the feedback. For the macro part I kept it as copy paste as most users are not comfortable in understanding VBA programming.