BrandonWLH
Board Regular
- Joined
- Jun 14, 2011
- Messages
- 97
To read in a Word, PowerPoint, Excel or PDF into Excel for the purpose of word counting?
Here is what I'm trying to accomplish. Our server has over 70k files on it, NONE of them have keywords added to them so searching is a nightmare. I've been tasked with coming up with a way to get the server search friendly and my idea was to use Excel to read in these file types, count how many times certain keywords appear, then take the top 5 keywords and add them to the file. Not perfect, but no one is going to keyword 70k files by hand. Its over 1200 man hours of work if you assume 1 minute per file to read through it and pick the keywords.
Putting the keywords onto a file use VBA/Excel I've already solved, its the word counting I haven't yet. I didnt want to spin my wheels for hours when what I'm trying to do may not even be possible.
Is there a way to read in those files mentioned above to do a word count?
Here is what I'm trying to accomplish. Our server has over 70k files on it, NONE of them have keywords added to them so searching is a nightmare. I've been tasked with coming up with a way to get the server search friendly and my idea was to use Excel to read in these file types, count how many times certain keywords appear, then take the top 5 keywords and add them to the file. Not perfect, but no one is going to keyword 70k files by hand. Its over 1200 man hours of work if you assume 1 minute per file to read through it and pick the keywords.
Putting the keywords onto a file use VBA/Excel I've already solved, its the word counting I haven't yet. I didnt want to spin my wheels for hours when what I'm trying to do may not even be possible.
Is there a way to read in those files mentioned above to do a word count?