Hi guys,

I am looking for the way to start a Windows search (win7); The search must be done INSIDE files (I am not looking for files by name only).
I don't know how to get the results (list of files).

For example: i am looking for all files (doc, docx, xls, xlsx, ....) from a root directory with the words "invoice" AND "delivery" inside !

2 questions:
  • How to start the search using VBA
  • How to get the result of the search using VBA (collection of files ?)

ty in advance