Hi,
I need some help writing VBA code where you input a search term and all files within a directory and all its subfolders which contain that string are found. The code should then delete all rows in all files that contain the specified string. File format would be csv,
I need some help writing VBA code where you input a search term and all files within a directory and all its subfolders which contain that string are found. The code should then delete all rows in all files that contain the specified string. File format would be csv,