Attached sample file , which will be saved in a directory/folder/sub folder.
There are several worksheets in the workbook. The code i am looking is always in either mySheet1 or mySheet2 in Cell B2.
For me to find the correct file, I need to open each file and find the file with the code that I need.
I need a VBA code, when I input the code, it will search all folders/sub folders workbooks for mySheet1 and mySheet2 Cell B2, for the code that I input, either open the file or give me the path to the file.
There could be more than one file with the code.