Fenrirshowl
Technical User
Hi guys
Here's one to get your brains around and multiple appreciation stars will be on offer!
Problem:
I have a 1000 strings to uniquely identify a list a people (currently held in excel or access). These people are a subset of approximately 20,000 people.
I need to search all of the word documents in a folder and pull out those that contain any of the 1000 strings. The total number of word documents that need to be review is "significant" - it will effectively be every letter or document written over a six year period to/or relating to any of the 20,000 population.
Time is also a factor as this needs doing within a week.
Doing this manually will therefore prove next to impossible and I will need to automate (hence the VB forum).
There will be several folders that need to be reviewed, with non standard locations, so I think defining the folder location by prompt will be required.
Opening each word document will obviously slow everything down but I do not know if you can perform these operations on a closed Word doc.
The files are on a separate server in another office - accessing files on these other servers is usually slow so any thoughts on minimising this problem will also be appreciated. If it's simple enough, I can email it to the other office for someone else to run to eliminate this issue.
Given the problem, I need far better code that I can currently write. IF I could get close I am sure that it would grind to a halt so please treat me as a complete novice on this one.
Thanks in advance
Fen
Here's one to get your brains around and multiple appreciation stars will be on offer!
Problem:
I have a 1000 strings to uniquely identify a list a people (currently held in excel or access). These people are a subset of approximately 20,000 people.
I need to search all of the word documents in a folder and pull out those that contain any of the 1000 strings. The total number of word documents that need to be review is "significant" - it will effectively be every letter or document written over a six year period to/or relating to any of the 20,000 population.
Time is also a factor as this needs doing within a week.
Doing this manually will therefore prove next to impossible and I will need to automate (hence the VB forum).
There will be several folders that need to be reviewed, with non standard locations, so I think defining the folder location by prompt will be required.
Opening each word document will obviously slow everything down but I do not know if you can perform these operations on a closed Word doc.
The files are on a separate server in another office - accessing files on these other servers is usually slow so any thoughts on minimising this problem will also be appreciated. If it's simple enough, I can email it to the other office for someone else to run to eliminate this issue.
Given the problem, I need far better code that I can currently write. IF I could get close I am sure that it would grind to a halt so please treat me as a complete novice on this one.
Thanks in advance
Fen