P
Phil
Hello,
We have about 950 word docs that have a date value in them, to which we need
to know so we can bill them for a specific period.
Each doc has the specific date contained in this phrase: "REPORT DATE:
August 25, 2004". If it's relevant, the actual date (August 25, 2004) begins
on line 10, col 15.
All of the 950 docs have a file name in this format, eg: 1-1-111-111 and
then the DOC extension, eg: 7-5-047-053.doc
So, I need a routine that I can run WITHOUT having to open each and every
one of the word docs. If the routine needs to run inside an empty (IOW:
where no file is actually loaded or created) Word session, that's OK. The
routine needs to extract the date (AND the filename) and put them into a text
file (which I will import into Excel later) with two columns like below:
FILE NAME REPORT DATE
7-5-047-053.doc August 25, 2004*
* Note: if it is easier to change the date into another format such as
8/25/04 or whatever, that's OK with me.
Looking forward to seeing your responses!
We have about 950 word docs that have a date value in them, to which we need
to know so we can bill them for a specific period.
Each doc has the specific date contained in this phrase: "REPORT DATE:
August 25, 2004". If it's relevant, the actual date (August 25, 2004) begins
on line 10, col 15.
All of the 950 docs have a file name in this format, eg: 1-1-111-111 and
then the DOC extension, eg: 7-5-047-053.doc
So, I need a routine that I can run WITHOUT having to open each and every
one of the word docs. If the routine needs to run inside an empty (IOW:
where no file is actually loaded or created) Word session, that's OK. The
routine needs to extract the date (AND the filename) and put them into a text
file (which I will import into Excel later) with two columns like below:
FILE NAME REPORT DATE
7-5-047-053.doc August 25, 2004*
* Note: if it is easier to change the date into another format such as
8/25/04 or whatever, that's OK with me.
Looking forward to seeing your responses!