Greetings all,
The following code simply performs a file search on the C root using the FileSearch object. I set up the search criteria so that the file search takes a while in order to illustrate this problem.
Sub test()
Dim oFileSearch As FileSearch
Set oFileSearch =...