Excel 2019 VBA Beginner Tutorial

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

КОМЕНТАРІ •

  • @ClintR98
    @ClintR98 Рік тому +6

    This is an outstanding tutorial. Extremely well-presented in a well-ordered sequence. I'm impressed.

  • @osoriomatucurane9511
    @osoriomatucurane9511 Рік тому +6

    Hi Trish, That was an awesome tutorial far beyond scratching the VBA surface . You really master the art of teaching! Thank you for the great work done 👏👏👏!

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

    Another awesome course by another awesome trainer. Thank you.🙏👍

  • @BronzeMoon311
    @BronzeMoon311 2 роки тому +4

    You're a great teacher, that was awesome..

  • @Ankit-p3e4u
    @Ankit-p3e4u 17 днів тому +1

    Great video

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

    Thanks for keeping this so simple, even I understand...so far. I haven't finished yet!

  • @DeepakSingh-lr7tn
    @DeepakSingh-lr7tn Рік тому +1

    Hi Trish, so simple lesson. thank you so much. where can i get the slides used in the video.

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

    Lesson 2, Excel Object Model Hierarchy Collections, blew my mind. A 1000 watt light bulb went off for me. I have tried to understand that for a while, and you put it all together in about 5 minutes of video. Bravo!! Thanks!!

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

    moi xem 1 cai video la biet lam luon roi thanks ban nhieu lam

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

      Chúng tôi rất vui vì bạn đã học được rất nhiều! Cảm ơn vì đã xem!

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

    Thank you for the video, very informative!
    1:48:24 For my application on my Mac an error message appears when I select the worksheet object - 'Variable uses an Automation type not supported in Visual Basic' - would you know what this means or how I can solve the problem?

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

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

  • @啊是土拨鼠-o5v
    @啊是土拨鼠-o5v 6 місяців тому

    Am pre comfy about the coding part, but when it comes to the term of describing it, I kinda confused myself, Like what's a procedure, sub-procedure, or module?

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

      In VBA (Visual Basic for Applications), these terms are fundamental to organizing and executing code:
      Procedure: A procedure is a block of code that performs a specific task. There are two main types of procedures in VBA:
      Sub Procedure: This type of procedure performs actions but does not return a value. It is defined using the Sub and End Sub statements. For example:
      Sub ShowMessage()
      MsgBox "Hello, World!"
      End Sub
      Function Procedure: Unlike a Sub procedure, a function returns a value. It is defined using the Function and End Function statements. For example:
      Function AddNumbers(a As Integer, b As Integer) As Integer
      AddNumbers = a + b
      End Function
      Module: A module is a container for storing procedures and declarations. There are different types of modules:
      Standard Module: Used to store general procedures and functions that can be accessed from anywhere in the project.
      Class Module: Used to create objects and define their properties, methods, and events.

    • @啊是土拨鼠-o5v
      @啊是土拨鼠-o5v 5 місяців тому

      @@LearnitTraining That's pre clear, thank you for your time and the detailed response.

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

    Thank you very much, this was clear professional and educational video, it helped me a lot, I am now moving on to the intermediate one 😁

  • @chambillaticonarodrigogiov3807

    Great Video, Thanks

  • @iswadi-edukasidanhobbi7347
    @iswadi-edukasidanhobbi7347 Рік тому +1

    Thank you

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

    The URL for the files in the video description "Cannot be found".

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

      Hello Dwarfus! We just tested the link and files and they are all currently working. Please check your computers security settings as they can sometimes block access to our onedrive links.

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

    Great course

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

    Why is that exercise file not opening ??

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

      We just double checked the link and files and they are all currently working. Please click on download in the upper left after clicking the link to download a local copy of the files.

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

    This was amazing.

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

    GREAT VIDEO

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

    Hi, can you do a video how to send jpg image from excel to Whatsapp. Many thanks

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

    It's wrong to do like this: Dim i, m, k As Long. Because i and m will be Variant, not Long. In VBA you must specify a type for every variable. So correct way is Dim i As Long, m As Long, k As Long. The same for String, Double, Byte and so on

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

    Where can I get the files for this tutorial?

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

    Where is slide deck?

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

      Hello Gregory! We do not share the slide decks anymore unfortunately

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

    Hi, where can i download the slides please? Thanks

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

    More stuff from Faz please

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

    Good contant I also make video on similar subject

  • @Mr.Potato23
    @Mr.Potato23 3 місяці тому +1

    01:10:12

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

    48:23

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

    PLEASE MAKE THIS COURSE IN HINDI

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

    45:55