Loop Through All Files in a Folder Using VBA/Macros in Excel

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

КОМЕНТАРІ • 22

  • @j.dasilva4567
    @j.dasilva4567 2 роки тому

    Seen many vba tutorials, u got the right way to do this. Great work. Thank u.

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

    Thanks, this was exactly what I needed to know. The "Dir" function was completely new to me. I watched this video and was able to build my code with no problems at all. Thanks again.

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

      You're very welcome Jeff! I'm glad I could help!

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

    Very good explanation, thank you very much.
    I offen use FileSystemObject method instead of Dir one because it provides more flexiblity for me. Also, when I use FSO, I can learn more things for example windows file directory info like hard disc size, name or file paths including extentions, modification dates, establishing dates etc.
    Can you make an handy video about File System Object usage?

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

    Cool....I didn't realise Geoff Goldbloom was such an Excel expert!

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

    Good Tutorial!
    Thank you for precise and simple explanations. Found it very useful

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

    Like the videos. How about looping through another workbook to find a value. Kind of like a vlookup or xlookup with a press of a button.

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

    Thank u very much for your hard work. A quick question: do you have any tutorial on class modules in VBA ?

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

    I really liked the flow.

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

    thank you bro, great tutorial!!!

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

    Great tutorial, brilliantly explained going step by step through. This part of the code is something I was looking for to append workbooks (containing one sheets each) on top of each other something similar to power query. Thank you for the video. 👍🍀

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

    Do you have a code or a tutorial video on how to generate a worksheet file whether its excel or csv format. Using vba template.

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

    Very very helpful!!!!!!

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

    Great video and amazing stuff

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

    Excuse me, but what about differencies between EXCEL for WINDOWS against for MAC in managing Files-Folders propriety? have you got some video on this topics?

  • @CarolSelles-s3k
    @CarolSelles-s3k 8 місяців тому

    @TeachExcel - we had a macro that was working perfectly. Then updated to Windows 11 and it didn't even open. We did the unblocking etc., and now it will only read one file inside the folder where all them are. What could be wrong with it?

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

    @TeachExcel - I had a macros that was working perfectly, then updated to Windows 11 and it all went crazy. After I was finally able to unblock the security issues, it started to work but it's only capturing the data in one file inside the directory/folder where it's supposed to pull all the data from (there are 9 total files there). What could the problem be?

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

    Can we get the list of word document also?

  • @Tat-cx1lr
    @Tat-cx1lr Рік тому

    Bonjour
    Merci pour votre partage
    Ma macro ne fonctionne pas au niveau de copy:=
    Pourriez-vous svp m’aider
    Fred

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

    How do I do this for OneDrive online storage

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

    Good video