Extract string from multiple files using vba
I need to extract a data from a set of text files inside a folder. I tried several times without success, I hope that someone can help me.
All the files I have to read are inside the folder C:/test. The data I need to extract from text file is located after a key word.
The data should be placed in an excel file (every data copied from a single text file inside a different cell).
Is there someone that can help me? I tried (with success) to write the macro for one single file, but I don't know how I can do it for all the files in my folder!!