Excel 2019 VBA Intermediate Tutorial

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

КОМЕНТАРІ • 52

  • @lberry750
    @lberry750 9 місяців тому +3

    "Tell 'em what you're going to tell 'em, Tell 'em, Tell 'em what your told 'em"...love it!

  • @catboy721
    @catboy721 7 місяців тому +2

    Very well done and very informative. Two notes/observations: 1) Accepting the default filename is great.... but if the user selects a different file, there are several hard-coded references about returning to the open file that would break. Might be good to address these other references. 2) Be great in a future update to demonstrate VBA used to clean data prior to running these repetitive tasks,( e.g. checking to see that all the source sheets are correctly formatted and that there aren't formulas or other cells, charts and other data that would impact the results. Thanks

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

    If you're wondering near the end of the video why your MSRP column is not formatted for currency and the trainer's is, the trainer's MSRP column magically switches from not being formatted to currency to being formatted for currency between 2:14:17 and 2:14:19. I think you just need to manually format the MSRP column for currency and make the column wide enough to fit the dollar amounts.
    These videos have been great for learning.

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

      Nah, she has some kind of sub procedure that adds width to the column that got missed in the tutorial..... I'm sure I saw something in the intellisense that sort of lead towards suggesting something about column widths.... but I can'r seem to locate it anymore.... or my eyeballs have gone crossed.🤣

  • @jamdownmatket
    @jamdownmatket 2 роки тому +5

    This is one of the greatest vba lessons I run into so far. I am definitely stick with you for help with my projects.

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

      We are glad it is so helpful! Thank you for watching!

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

    I really like the way you first provide the description and then clearing it with examples. Thanks for that it help me to understand it more thoroughly. I have been studying and practicing VBA as a beginner level to intermediate level from youtube and never get a course with both theoritical and practical part. It will also help me to get confidence for the interview.

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

      Thank you for the kind words! Good luck on your interview!

  • @kebincui
    @kebincui 2 роки тому +3

    The Best EXCEL VBA tutorial! 👍👍

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

      Thank you so much for watching Kebin! We hoped you learned alot!

  • @weronikalassota-paczek2384
    @weronikalassota-paczek2384 2 роки тому +3

    Very useful video to start automating your daily work, thank you!

  • @afonsoosorio2099
    @afonsoosorio2099 Рік тому +2

    Awesome 👌, The best vba tutorial by all standards.

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

    lot's of good stuff here. thanks for sharing. I was under the impression that any variable that was declared in one line separated by commas were declared as a variant type unless explicitly declared otherwise? IE Dim cat, dog, bird as strings. only bird would be string type where as cat and dog would be variants?

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

      Hello Matthew! This article may help answer your question: learn.microsoft.com/en-us/office/vba/language/concepts/getting-started/declaring-variables

  • @pallavbhawal
    @pallavbhawal 8 місяців тому +1

    Loved it very well explained :) Thank you

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

    thank you very much!!

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

    Wonderful tutorial but where do you discuss the "Get New Inventory" code? Am I missing something?

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

      This video should help: ua-cam.com/video/JZ4pBe_MHQ8/v-deo.html

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

    The linked exercise files are missing the modules that were given in the video. Am I downloading them incorrectly?

  • @eduardocorvello6378
    @eduardocorvello6378 Рік тому +2

    It seems vehicles file was modified.. no macros there..

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

      We are looking into this!

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

      thanks!@@LearnitTraining

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

      Great videos, very effective. Also same question here, seems the vehicles file's missing some codes, thanks for looking into this.

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

    good job , keep going and thanks

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

    Excelent Videos!! i learned a lot

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

    In the Sub (AddTotals) TotalFormula = "=sum(I2:" & LastCell.Address(False,False) & ")" can you explain why False, False is included in this statement rather than True, True. how would the end result affect the outcome. I am curious to understand why False versus True.
    Fantastic Tutorial perfectly detailed explanations.

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

      Hello Fredrick! You can get help directly from our instructors at Offsite, our online community - www.offsitebylearnit.com/

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

    I could't find the models which you used during the video. Could you send it (Modifying a Sub Procedure to Include an Input Box)

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

    on 1:29:21, how does VBA know to end the first "if" and not the second one??

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

      Hi Nicolas! You can get help directly from our instructors at Offsite, our online community - www.offsitebylearnit.com

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

    thank you for this ❤️

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

    Great..!

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

    Hello, can I have the PowerPoint please?

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

      Hello Mitchell! We do not normally give out the PowerPoints for our videos

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

      ​@@LearnitTraining Do you think you might consider sharing them? They would be helpful for reference and for the learning process.

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

    Excellent Video!!, Exercise files link is not working, Kindly guide how to download exercise files?

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

      Hi Jitendra! We just tested the link and it is currently working

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

    hey Guys i run through this error run-time error '1004' sorry we couldn't find the file passible move or delete

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

      Hello Hussam! You can get help directly from our instructors at Offsite, our online community - www.offsitebylearnit.com

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

    2:00:00

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

    1:27:10