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

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024
  • VBA/Macro Course: www.teachexcel...
    Downloadable File (With Full Code and Comments): www.teachexcel...
    How to loop through an entire directory or folder using VBA & Macros for Excel.
    This allows you to go through every file in a directory and to do something with it, including open it, check it, delete it, update it, or whatever else you need to do with it.
    I also show you how to limit the files that you go though:
    Limit file types that you loop through.
    Limit file names that you loop through.
    Use wildcard characters to go through files with certain names and types.
    This tutorial serves as the basis for many more complex things that I show you how to do in my full vba course - check the link for it at the top of this description.
    Make sure to download the file for this tutorial to get all of the code for it! [Link Above]
    Resources:
    docs.microsoft...
    To build even more powerful VBA projects or further customize this one, checkout my full VBA Course: www.teachexcel...
    #msexcel #vba #tutorial

Комментарии • 22

  • @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!

  • @j.dasilva4567
    @j.dasilva4567 2 года назад

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

  • @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

  • @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. 👍🍀

  • @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?

  • @VinodKRamachandra
    @VinodKRamachandra 2 года назад

    I really liked the flow.

  • @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.

  • @shakhobiddinnakiev6767
    @shakhobiddinnakiev6767 11 месяцев назад

    thank you bro, great tutorial!!!

  • @nadermounir8228
    @nadermounir8228 2 года назад

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

  • @francocortesi9718
    @francocortesi9718 5 месяцев назад

    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?

  • @naiduvikas202
    @naiduvikas202 2 года назад

    Great video and amazing stuff

  • @ruthlammers6441
    @ruthlammers6441 Год назад

    Very very helpful!!!!!!

  • @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.

  • @carolmarie4488
    @carolmarie4488 6 месяцев назад

    @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?

  • @CarolSelles-s3k
    @CarolSelles-s3k 6 месяцев назад

    @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?

  • @anoshjustin9592
    @anoshjustin9592 2 года назад

    Can we get the list of word document also?

  • @designexperience
    @designexperience 7 месяцев назад

    How do I do this for OneDrive online storage

  • @sunelidberg9503
    @sunelidberg9503 2 года назад

    Good video

  • @Tat-cx1lr
    @Tat-cx1lr Год назад

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