Newbie: Conditional question

S

scottnshelly

I have a macro that pulls a bunch of e-mails and puts them in a column.
this alone has shaved minutes off of my days. But, i got greedy an
need more. I only need a four digit number from each of the e-mails.
so what i end up with is a printed copy of a bunch of e-mails wit
signatures and the whole bit. can i only pull the four digit number?
or if not, maybe just change the font or format of that number befor
printing?
Thanks
 
T

Tom Ogilvy

If there is some way to identify it in the body of the email or otherwise in
the email, then you should be able to.

With no further information, it would be hard to exactly how, but you would
parse the text of the email.
 
Top