Bonediggler1
Technical User
Hello-
I wrote some FileSearch code the gist of which is as follows:
Dim fs as object
set fs = application.filesearch
with fs
.lookin = blah
.filename = blah blah
If .execute() > 0 then...
There are files in the searched file path and it works on my machine, but when running from another user's machine it does not work...i.e. .execute = 0. Is there some setting that needs to be changed?
(The user does have access to the searched drive, file path etc.)
Thank you!
I wrote some FileSearch code the gist of which is as follows:
Dim fs as object
set fs = application.filesearch
with fs
.lookin = blah
.filename = blah blah
If .execute() > 0 then...
There are files in the searched file path and it works on my machine, but when running from another user's machine it does not work...i.e. .execute = 0. Is there some setting that needs to be changed?
(The user does have access to the searched drive, file path etc.)
Thank you!