With one user account (and only one), we are getting an Error 430 (Class doesn’t support automation) with the following code:
Dim fso As FileSearch
Set fso = Application.FileSearch
The error is raised on the Set line.
My guess is that some restrictions must exist on this particular account which preclude use of FileSearch. Our network people say all restrictions have been removed. Any ideas on what might be causing this error to occur? All other accounts have no problem.
Thanks,
Richard Barrett