Hello,

I have made a code to search for a certain string inside excel files that are in a cetain folder.
I'm ok untll here but th problem is that I also want to search inside excel files that are also on subfolders inside that first folder.

The code needs to look for the strin on the first excel file:
- If found than stop the macro
- If not found than lmove to next file.
- If not found on any files on the main folder, than start searching on subfolders, and so on.

Thank you