In Excel I have a list of tools code in colum A. Like:
Z113007000132
Z113007000279
Z113007000621
Z113007000012
I want to search each of these codes inside others files, like WORD, PDF and others. I know the default Windows search do it, so i tried shell32.dll API and Call Shell("explorer.exe") but no success.
Besides, I need to store search result for each searched code.
Any clue how to do this?