I have about 10000 assorted files (pdf,excel and word). I have about 200 text search expressions that I have to search for in each file. I want to output 1) searched file name, 2)search exprssion, 3)pg number or cell location for each hit.
I'm in the process of writing an IE automation interface and was wondering if EventHandler() is still the preferred way to go. I know that Drew Speedy has used BindEvents() extensively, but I don't know if it provides similar (or superior) capabilities regarding attaching event ...