Excel 2021 VBA Advanced Tutorial

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 16

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

    Exercise Files: learnitanytime.com/p/exercise-files-excel-2021-vba-advanced-tutorial

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

    Hi Trish, within the SUB GetDates under the Case "Other" both the StartDate and EndDate are declared Public As type Dates, However they are then assigned a String that creates problems
    To overcome the problem best to amend to StartDate = CDate(txtStartDate) and EndDate = CDate(txtEndDate) in the SUB GetDates()
    Trish your presentation and detailed explanation of Excel VBA is first class Thank you so much.
    Fred

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

      Thank you for the tip Fred!

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

      That's because you already know VBA. She dumped a ton of code and didn't really explain anything.

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

      Title does say Advanced@@analuizanb

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

    Hello. Are you guys going to release a course on Office Scripts, considering it was introduced to Excel Desktop not too long ago? I use VBA frequently at work, but I would love to learn Scripts to use in conjunction with Power Automate.
    Thank you for all the learning resources.

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

      Yes! We are working on creating the course currently. Hopefully we can get it up soon!

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

    hello, I could not find the slides, I only found the xlxs files

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

    "Public StartDate, EndDate as String" gives you one Variant and one String! Not two variables of type String! Common mistake

  • @Oneshot54-v4u
    @Oneshot54-v4u Рік тому +1

    please share us adobe after affect

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

    Is their an intermediate tutorial

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

      Here you go: ua-cam.com/video/9SxjWg9UBiY/v-deo.html

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

    Good morning ☀️