Hi Rollin_Again!
Basically, it's a 100 resumes all in one Word file that I need to split up into as many resumes.
The beginning of each resume is always the same:
From:
bob@bobsaddress.com
I'd like to save by name or email id, changing @ to underscore isn't ideal cause i'll have to manually find and replace each file with @ again afterwards, could i just save each file with the name before @ ?
Here is an actual sample of the file:
From:
bob@bobsaddress.com
Sent: Wednesday, October 31, 2007 2:04 PM
To:
me@myemail.com
Subject: CANADA
----------------------------------------------------------------------
#11111111
----------------------------------------------------------------------
Name: kris
Address:
Email:
kris@krismail.com
----------------------------------------------------------------------
CONTACT INFO
kris
kris@krismail.com
RESUME
#11111111
Resume
Text Missing
From:
bob@bobsaddress.com
Sent: Wednesday, October 31, 2007 2:04 PM
To:
me@myemail.com
Subject: DESIGN
----------------------------------------------------------------------
#88888888
----------------------------------------------------------------------
----------------------------------------------------------------------
Name: jane
Address
Email:
jane@janemail.com
----------------------------------------------------------------------
CONTACT INFO
Jane
jane@janemail.com
RESUME
#88888888
Headline:
Text Missing
----------------------------------------------------------------------
From:
bob@bobsaddress.com
Sent: Wednesday, October 31, 2007 2:04 PM
To:
me@myemail.com
I tried modifying the code you created but I know nothing about VBS!