Progress Bar While Macro is Running (UserForm) | Excel VBA Macro

Поділитися
Вставка
  • Опубліковано 18 жов 2024

КОМЕНТАРІ • 57

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

    Great explanation, really understood everything pretty easily.. better than other tutorials on progressbar in vba

  • @CollDott
    @CollDott 2 роки тому

    Best tubewise in both structure and explaining after viewing all others!! Applause applause!! And no dll needed!!

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

      Thank you so much!!

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

      @@greggowaffles omg haven't we been busy!! 😆 What took you so long!! No doubt the best I tested almost them all including some I believe from india!! LoL,🤩 great job simply!!!

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

      Lol I’ve been super busy at work!! I need to make more time for videos. From India? Nice!!! Thanks again!!

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

    Excelente, desde Perú un fuerte abrazo, con esto concluyo mi proyecto !

  • @DrunkenKnight71
    @DrunkenKnight71 2 роки тому

    Thanks so much, I was getting quite frustrated as I found lots of examples online but not one explained exactly how to incorporate my macro; after watching your video it worked first time and is absolutely perfect!!!

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

    Mate that looks so good, am definitely gonna use this technique on my macros going forward. Great video!

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

    Thank you very much. Simple and effective.

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

    super video! you helped a log. God bless you :)

  • @JanBolhuis
    @JanBolhuis 3 роки тому +1

    Thank you. Great video.

  • @binxu2674
    @binxu2674 2 роки тому

    excellent. Works perfectly. Thank you very much.

  • @maocabezas
    @maocabezas 2 роки тому

    Great video! Works perfectly for me. While I watched the first time, was wondering why you didn't dim row and total (I'm not a programmer). I tried on my code using the exact same code you share and the Sub RunStatusBar did not work, but it was just a matter of using the variables I've already used instead of row and total and worked perfectly. Thanks!

  • @shakhobiddinnakiev6767
    @shakhobiddinnakiev6767 2 роки тому

    Hey, man! Great job, thank you so much!

  • @letslearnexcel
    @letslearnexcel 3 роки тому

    Great video. Thank you for sharing.

  • @Kakarot_Son_Goku
    @Kakarot_Son_Goku 3 роки тому

    Amazing, I am delighted!

  • @mostainbillah
    @mostainbillah Місяць тому

    Dear sir, your video tutorial is very important for Excel learner, so a request to you, my application, Need multiple files name show when data consolidated in progress bar or status bar , could you please help me, it's very important to me, may you help me , thank you,❤

  • @Friend-z-Mania
    @Friend-z-Mania Рік тому

    Great Video

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

    Thank you so much

  • @alializadeh8195
    @alializadeh8195 2 роки тому

    مرسی

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

    Awesome 👍🏽

  • @armotxa124
    @armotxa124 4 роки тому

    Thanks for sharing 👍

  • @heglem
    @heglem 3 роки тому +1

    I’ve been looking for this for a while.... amazing video! For my macro I have to track progress of several Queries refresh, is there a way to track that in vba? Thx

    • @greggowaffles
      @greggowaffles  3 роки тому

      thanks! can you be more specific? im not quite sure what youre asking

    • @tonio909
      @tonio909 2 роки тому +2

      @@greggowaffles I think he means - for example let's say you have a few external data connections that query a sharepoint list or another excel file. The WB has a button that triggers a refresh of the data queries, let's say just one in total for this case. Is there a way within visual basic to display the progress, or at least get a confirmation that the query has completed its refresh successfully?

  • @panksimus
    @panksimus 2 роки тому

    Thanks very much for the tutorial. I have a personal macro file where I have a code to give me a list of sheets' name. Since it's in my personal macro file, I can run that code in any active workbook and it'll give me the list of sheets' name in that workbook. Is it possible to create a progress bar for that code? Just like a global code, can there be a global progress bar which is attached to the code and will run on any workbook the moment I run the code?

  • @mustafacetin9637
    @mustafacetin9637 2 роки тому

    It worked bro thanks :))))

  • @fajarpradhana
    @fajarpradhana 7 місяців тому

    Is it possible to run the status bar in the video without looping command?

  • @a.irfansyah8581
    @a.irfansyah8581 2 роки тому

    I use for next in my code, where i place the "doevents" ?

  • @aiden9060
    @aiden9060 2 роки тому +1

    Do you know the impact on computational time something like this has on the program?

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

      Ya, kinda wish he would have run it with and without the bar, on a long data set, just to see if it was appreciable.
      I'm currently running a macro that looks like it is headed towards a 45 minute completion time.
      That's slow enough that a status bar would be nice, hence why I am here, but not nice enough that I'd want one if it's going to turn it into an hour long completion lol

  • @charlessteve1911
    @charlessteve1911 2 роки тому

    As i am new to the coding world i am facing some difficulties to place a progressbar while macro runs ( progressbar for add, delete, update and search from userform to sheet). could you please help me with that if i send you my file?

  • @benfoldin21
    @benfoldin21 3 роки тому

    Hey this is Awesome!! Could you possibly post the code? Thanks great videos.

    • @greggowaffles
      @greggowaffles  3 роки тому

      Thanks a lot! I'm out of town and away from my code right now but I can send it when I get back on Wednesday

  • @elfuego970
    @elfuego970 4 роки тому

    Why the "row" and "total" variables are not defined and the macro works? How the macro understands what they are standing for?

    • @greggowaffles
      @greggowaffles  4 роки тому

      They are being defined when I write "row as Integer" and "total as Integer" at the top of the sub

  • @junjor
    @junjor 3 роки тому

    great code and video! thank you!
    but please post the code here!! that makes everything easier for all of us

    • @greggowaffles
      @greggowaffles  3 роки тому

      thanks! your wish is my command!! just added the code to the description 😉 i'll make sure to add the code going forward and will go back and the code to my existing videos as well

  • @aliameer7938
    @aliameer7938 3 роки тому

    Please sir I want this file

    • @greggowaffles
      @greggowaffles  3 роки тому

      just added the code in the description

  • @jpjacoby
    @jpjacoby 2 роки тому

    greggowaffles, you saved me with this ".Show vbModeless"!!! Thx a lot