Expert Needed

  • Thread starter Thread starter jnc
  • Start date Start date
J

jnc

I am trying to write an application which will find all of the excel
workbooks on our network and was looking for some ideas as to how to
go about this.

I guess there are going to be some security issues around this, any
help / pointers would be greatly appreaciated.

Cheers.....Jim
 
Well, to find *all* workbooks, you'd need to have something that has
access to at least read the directory list of every directory on every
machine.

You might want to look into the Microsoft Indexing Service. It can
run in a background process, and will index all files. I think it
even indexes some Excel fields (like author, dates, etc.). In MSDN
you can find details of how to query the indexing service.

-mike
MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top