B
Bruce Martin
Afternoon everyone. Here's what I'm trying to do.
1. Scan every Word doc in a user selected folder.
2. Each document has an SSN in it, some where between line 10 and line 14.
Most are of the format 123 45 6789, a few are 123-45-6789.
3. I need to grab each SSN, format it as 123456789, and save them in either
a txt file, or an Excel spreadsheet.
I plan on using VB to do this but any VBA hints you can give me I should be
able to carry over to VB. I know my way around VB, but am truly new when it
comes to working with a document object.
Thanks in advance for any and all help.
Bruce
1. Scan every Word doc in a user selected folder.
2. Each document has an SSN in it, some where between line 10 and line 14.
Most are of the format 123 45 6789, a few are 123-45-6789.
3. I need to grab each SSN, format it as 123456789, and save them in either
a txt file, or an Excel spreadsheet.
I plan on using VB to do this but any VBA hints you can give me I should be
able to carry over to VB. I know my way around VB, but am truly new when it
comes to working with a document object.
Thanks in advance for any and all help.
Bruce