Hi, I have a massive Word file which I need to split into multiple files. Basically they look like this: NEW FILE RE: Tuesday, December 18, 2007 4:09 AM To:
xxx@xxxxxxxxx.net
Hi,
I have a massive Word file which I need to split into multiple files.
Basically they look like this:
NEW FILE
RE: Tuesday, December 18, 2007 4:09 AM
To: xxx@xxxxxxxxx.net
Subject: france
TEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTVTEXTTEXTTEXTT EXTTEXTTEXTTEXTTEXT
TEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTE XTTEXTTEXTTEXTTEXT
yyyyy@yahoo.com
NEW FILE
RE: Tuesday, December 18, 2007 5:09 AM
To: xxx@xxxxxxxxx.net
Subject: france
TEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTVTEXTTEXTTEXTT EXTTEXTTEXTTEXTTEXT
TEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTE XTTEXTTEXTTEXTTEXT
zzzzz@yahoo.com
NEW FILE
RE: Tuesday, December 18, 2007 6:09 AM
To:
xxx@xxxxxxxxx.net
Subject: france
TEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTVTEXTTEXTTEXTT EXTTEXTTEXTTEXTTEXT
TEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTEXTTE XTTEXTTEXTTEXTTEXT
xxxx@yahoo.com
And so on and so forth...
I need each NEW FILE to be split and saved as a new file, ideally the name of the new saved file would be the email address (eg.
xxxx@yahoo.com)
I tried modifying the Macro created by Rollin_Again in the post :
MS Word Help - Macro but to no avail. I also trying finding and replacing the words in my file with those from Rollin's file which seemed to almost work.
Problem is I know nothing about programming, any help welcome!