1) open one excel from Start Menu
2) open VBA
3) insert Module into VBAProject
4) past the code #58
5) go back to excel.
Run macro from menu
Result on Excel sheet.

However. #58 has three message boxes. One for every file name. One for every file line. One for current result. It will be a very long time to run the sub thru even one folder if you must press on three mesgBox.

Run the code as above. See if you see the Message boxes. The first one will say "Working on file (filename). The next will say "Line # (n) is (shows the line). The third box will let you stop the code.

Do you see any message boxes?

I will be back in an hour or so.