+ Reply to Thread
Results 1 to 6 of 6

Excel VBA loop through files in folder and delete if contains certain text

  1. #1
    Registered User
    Join Date
    09-17-2013
    Location
    us
    MS-Off Ver
    Excel 2010
    Posts
    2

    Excel VBA loop through files in folder and delete if contains certain text

    Is it possible to loop through a directory with subdirectories containing multiple .csv files and delete them if a certain text string is found inside each file?

  2. #2
    Registered User
    Join Date
    11-19-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    2016
    Posts
    57

    Re: Excel VBA loop through files in folder and delete if contains certain text

    yes, it is possible

  3. #3
    Registered User
    Join Date
    09-17-2013
    Location
    us
    MS-Off Ver
    Excel 2010
    Posts
    2
    Quote Originally Posted by dOOb View Post
    yes, it is possible
    Would anyone be willing to provide an example?

  4. #4
    Registered User
    Join Date
    11-19-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    2016
    Posts
    57

    Re: Excel VBA loop through files in folder and delete if contains certain text

    Here's one way to do it.
    It needs the reference to Microsoft Scripting Runtime selected (early binding).
    Select the top folder when prompted and the text string to look for, and it will loop through all subfolders and files looking for .csv files with the specified string in the active sheet*

    * if there are multiple sheets in the file and you need it to search in all sheets, then let me know

    Please Login or Register  to view this content.

  5. #5
    Forum Expert
    Join Date
    11-24-2013
    Location
    Paris, France
    MS-Off Ver
    Excel 2003 / 2010
    Posts
    9,831

    Re: Excel VBA loop through files in folder and delete if contains certain text


    Hi !

    For a faster process you can avoid external FileSystemObject library and just use Dir VBA function and Open statement …

  6. #6
    Registered User
    Join Date
    11-19-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    2016
    Posts
    57

    Re: Excel VBA loop through files in folder and delete if contains certain text

    That's true, but if speed is what you are after then I believe to start with you should filter these files out rather than loop through all subfolders, i.e.

    Please Login or Register  to view this content.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 02-29-2016, 03:05 PM
  2. Loop Through All Files In Folder And Delete As Per Condition
    By calvinle in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-07-2015, 05:05 PM
  3. Replies: 12
    Last Post: 03-09-2015, 05:52 PM
  4. Copy excel and text files from one folder to another folder...
    By annupojupradeep in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-26-2014, 06:34 AM
  5. [SOLVED] Delete excel files in a given folder
    By adrianrff in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-21-2013, 03:18 PM
  6. Macro to loop through all files in a folder troubleshooting (excel for mac)
    By TSMIII in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-31-2011, 09:31 AM
  7. Loop to open excel files in a folder
    By elmarko123 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 06-02-2010, 12:58 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1