How to Create Digital Clock in Microsoft Excel | Digital Clock in Excel VBA

Поділитися
Вставка
  • Опубліковано 8 тра 2023
  • In this video we will learn to Create Digital Clock using VBA Code in Microsoft Excel step by step
    #digitalclock
    #digital_clock
    #excel_digital_clock
    #digital_clock_in_excel
    #excelfunctions
    #excelvba
    #excelvbatutorial
    #exceltipsandtricks
    #microsoft_excel_tutorial
    #studyspan
    Music: Outside
    Musician: @iksonmusic
    Thank you
  • Наука та технологія

КОМЕНТАРІ • 45

  • @user-dw4oh2qc3i
    @user-dw4oh2qc3i 5 днів тому +2

    Nice video

  • @Beastmr913
    @Beastmr913 2 місяці тому +1

    My knowledge increase watch your video sir thank you alots ❤

  • @gmcreations8404
    @gmcreations8404 Рік тому +5

    Well done sir

  • @R.R.P.5559
    @R.R.P.5559 Рік тому +2

    Very good 🎉

    • @StudySpan
      @StudySpan  Рік тому

      Thank you so much. Stay tuned for latest videos

  • @kreeds1595
    @kreeds1595 9 місяців тому +1

    Nicely explained. Keep it up.

  • @rajupasunuripasunuri8455
    @rajupasunuripasunuri8455 Місяць тому +1

    Thank you

  • @user-xf9xl7sp3j
    @user-xf9xl7sp3j 7 місяців тому

    Wonderful

  • @ShivPrajapati
    @ShivPrajapati 5 місяців тому

    I am scanning everyday some barcodes, when we are scanning row 1-10 in column A, then i need curser automatically in Column B. But its continuous going down 11,12,13 like that

  • @Sanjay_Banik
    @Sanjay_Banik 4 місяці тому

    Can we change subtotal figure as per decimal. I have a master data. Where a project have 3 decimal should reflect. And for rest decimal not required. If I click Slicer, it shows either decimal or without decimal.

  • @rameshbist2800
    @rameshbist2800 11 місяців тому

    Thanks Brother

  • @STOCKMARKET0024
    @STOCKMARKET0024 5 місяців тому +1

    thumsup

  • @faizpatel6581
    @faizpatel6581 Рік тому +1

    Good

    • @StudySpan
      @StudySpan  Рік тому +1

      Thank you so much. Stay tuned for latest videos

  • @israkhan63
    @israkhan63 8 місяців тому

    Nice

  • @akashpayelkar8806
    @akashpayelkar8806 Рік тому +1

    Sir same bana Diya thank you sir

    • @StudySpan
      @StudySpan  Рік тому

      You are mostly welcome. Stay tuned for latest videos

  • @ShivPrajapati
    @ShivPrajapati 5 місяців тому

    Hello sir, i asked to many channels, but no one answered. Please help me. I need a little help

  • @tvmi5495
    @tvmi5495 Рік тому

    Not coming showing error as compile error invalid use of property

  • @sweetmask1690
    @sweetmask1690 8 місяців тому

    The time is not exact. How to solve this? Its 4pm in computer but in excel its 1am

  • @muhammadayaz7288
    @muhammadayaz7288 9 місяців тому

    If I close the excel
    And open it again then not working

  • @msi________2760
    @msi________2760 2 місяці тому

    the clock will start automatically when the workbook is opened. Just paste the updated code into a new module, and the clock will start running as soon as the workbook is opened.

  • @chatorachef57
    @chatorachef57 6 місяців тому

    After sheet is closed and open time stop running

  • @enablegamer6044
    @enablegamer6044 5 місяців тому

    Bhai sab se sahi tariya ye hai =Now()+1

  • @sprabhatakisan6854
    @sprabhatakisan6854 Рік тому +1

    C++ ki video dijiye please sir help me

  • @Miss__Mamuni_
    @Miss__Mamuni_ 11 місяців тому

    Only C2 cell me hota hai aur koi cell me nhi

  • @himalayanpowerpartnerltd.7274

    It runs in every other sheet automatically. How to run in only first sheet?

    • @maxdoescatsim
      @maxdoescatsim 10 місяців тому

      Go to basic visual and find clock and stop and close the basic visual and your done

  • @thantzinmaung3391
    @thantzinmaung3391 10 місяців тому +1

    after save and close, not running the clock reopen sheet. Why? Please explain.

  • @radheybhaiya515
    @radheybhaiya515 2 місяці тому

    I did Step To Step But & Code Also Type Same to Same .....But Clock is Not Working Automatically.........
    Sir Version Kon Sa hai Aapka 🤔🤔🤔

  • @nirajthakor9748
    @nirajthakor9748 4 місяці тому

    It stops when we close the sheet??

    • @msi________2760
      @msi________2760 2 місяці тому

      See my above Code

    • @msi________2760
      @msi________2760 2 місяці тому

      the clock will start automatically when the workbook is opened. Just paste the updated code into a new module, and the clock will start running as soon as the workbook is opened.

    • @nirajthakor9748
      @nirajthakor9748 2 місяці тому

      ​@@msi________2760Where is it?

  • @rambabubhai
    @rambabubhai Рік тому +1

    Sir error bta rha ha

    • @StudySpan
      @StudySpan  Рік тому

      Requesting you kindly watch out the full video carefully, then apply the VBA code

    • @rambabubhai
      @rambabubhai Рік тому

      Sir pura full video dekhe ha

    • @rambabubhai
      @rambabubhai Рік тому

      Sab kuchh same to same tabhi bhi nhi ho rha ha

  • @msi________2760
    @msi________2760 2 місяці тому

    Private Sub Workbook_Open()
    StartClock
    End Sub
    Sub UpdateClock()
    ' Update the clock display every second
    Range("A1").Value = Now
    Application.OnTime Now + TimeValue("00:00:01"), "UpdateClock"
    End Sub
    Sub StartClock()
    ' Start the clock
    UpdateClock
    End Sub
    Sub StopClock()
    ' Stop the clock
    On Error Resume Next
    Application.OnTime Now + TimeValue("00:00:01"), "UpdateClock", , False
    End Sub

  • @prabir662
    @prabir662 9 місяців тому

    Good

  • @msi________2760
    @msi________2760 2 місяці тому

    the clock will start automatically when the workbook is opened. Just paste the updated code into a new module, and the clock will start running as soon as the workbook is opened.