Quick Excel Tutorial: Digital Clock Magic!

Sdílet
Vložit
  • čas přidán 13. 04. 2024
  • Hello Friends,
    In this video, we have explained how to create a quick digital clock in Excel using Formulas and small code of VBA.
    Subscribe our new CZcams Channel:
    / @neotechnavigators
    Need Consulting Servicing in Power BI, Excel or VBA:
    Email Us at info@PK-AnExcelExpert.Com
    Watch the Step by Step tutorial for Project Plan (Gantt Chart) in Excel
    • Project Plan(Gantt Cha...
    Download our free Excel utility Tool and improve your productivity:
    www.pk-anexcelexpert.com/pks-...
    See our Excel Products:
    www.pk-anexcelexpert.com/prod...
    Visit to learn more:
    Chart and Visualizations: www.pk-anexcelexpert.com/cate...
    VBA Course: www.pk-anexcelexpert.com/vba/
    Download useful Templates: www.pk-anexcelexpert.com/cate...
    Dashboards: www.pk-anexcelexpert.com/exce...
    Watch the best info-graphics and dynamic charts from below link:
    • Dynamic Graphs
    Learn and download best excel Dashboard template:
    • Excel Dashboards
    Learn Step by Step VBA:
    • VBA Tutorial
    Website:
    WWW.PK-AnExcelExpert.com
    Facebook:
    / pkanexcelexpert
    Telegram:
    t.me/joinchat/AAAAAE2OnviiEk5...
    Pinterest:
    / pkanexcelexpert
    LinkedIn:
    / pk-anexcelexpert
    Twitter:
    / priyendra_kumar
    Instagram:
    / pkanexcelexpert
    Visit our Amazon Store
    www.amazon.in/shop/pkanexcele...

Komentáře • 26

  • @lahirudumindaliyanage7979
    @lahirudumindaliyanage7979 Před měsícem +2

    👍👍

  • @supermariochannel4182
    @supermariochannel4182 Před 2 měsíci +3

    Request you to please create Analog Clock ⏰ in excel..

    • @PKAnExcelExpert
      @PKAnExcelExpert  Před 2 měsíci

      Already uploaded. Please watch below:
      czcams.com/video/WQfBcJrTEhw/video.html

  • @revsanda
    @revsanda Před 2 měsíci +1

    This is great. However, The code is not visible. Could you add the code as a comment please

  • @vamshimedishetty5624
    @vamshimedishetty5624 Před měsícem

    Excellent.
    Please put the code in comment section.

  • @ArmanKhan-iq3ji
    @ArmanKhan-iq3ji Před měsícem +1

    Thank you I'm searching like this only from long time 💗

  • @supermariochannel4182
    @supermariochannel4182 Před 2 měsíci

    Supereb Sir …

  • @alializadeh8195
    @alializadeh8195 Před 2 měsíci +1

    thx

  • @poposhkov
    @poposhkov Před 2 měsíci +1

    Cool, is the running macro any harsh on excels memory?

  • @hengveasna7573
    @hengveasna7573 Před 2 měsíci +1

    when we reopen the clock is not run

  • @gallahant
    @gallahant Před 2 měsíci

    Can not get the clock to run. I created the module as per the video. Some help please.
    Edit: My bad, i did not press run the macro. Now all ok.

  • @mrdyaang
    @mrdyaang Před 2 měsíci

    Code..??😎

  • @EB-yu2ok
    @EB-yu2ok Před 2 měsíci

    Nah mate, thanks for offering tho.

  • @rohanb6822
    @rohanb6822 Před 2 měsíci

    Please sir you give me some create an give it to create a like this things in excel sheet tricks I give you some more like this chennel on now

    • @PKAnExcelExpert
      @PKAnExcelExpert  Před 2 měsíci

      Sure

    • @rohanb6822
      @rohanb6822 Před 2 měsíci

      Yes sir you some more than give me some more differents typeses of popular excel sheet tricks on now ok l love you sir your chennel so try it an all the best👍💯

  • @ramuachary8574
    @ramuachary8574 Před 2 měsíci

    How to go developer option

    • @PKAnExcelExpert
      @PKAnExcelExpert  Před 2 měsíci

      Please watch the below video to enable the developer tab:
      czcams.com/video/q8AZ2TGbY7M/video.html

    • @zabirahmed116
      @zabirahmed116 Před 2 měsíci

      😂​@@PKAnExcelExpert

  • @user-gj3kz7cm3x
    @user-gj3kz7cm3x Před 2 měsíci

    This is beyond stupid.

  • @ArmanKhan-iq3ji
    @ArmanKhan-iq3ji Před měsícem

    Here is the code
    Sub Run_Clock()
    Application.DisplayAlerts = False
    Application.Calculate
    Application.OnTime Now + TimeValue("0:00:01"), "Run_Clock"
    Application.DisplayAlerts = True
    End Sub