Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Run-time error ‘1004’

Status
Not open for further replies.

sevi

IS-IT--Management
Jan 29, 2002
64
GB
I keep getting the following error when running this code, but only for users that are not administrators. Any ideas anyone??

Run-time error ‘1004’ Method ‘FileSearch’ of object ‘_Application’ failed

It appears when it hits the following line

Set fs = Application.FileSearch

Cheers
 
My first guess is that it has to do with user permissions in the OS.

For users who get this error, do they have access to the search functionality of the OS via Start -> Search? What about for users who do not get this error?

TMTOWDI - it's not just for Perl any more
 

Yes, that was the problem. We have the windows search facility disabled through group policy.

Thanks for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top