G
GoCoogs
Hello. First off I want to apologize because I already posted in
microsoft.public.word.word97vba but upon further research, I think
this is the better newsgroup for this issue.
I'm really learning macros to work with this current project. I
have tons of logs with lines looking like:
unknown (serv-2-4-73.lycos-vds.com ): 15 Time(s)
All I want from lines like these are
(serv-2-4-73.lycos-vds.com ): 15
I'm sure its very easy, but how would I delete all text (including
white space at the beginning of a line) before the first "(" and
"Time(s)" for a line? I'm sure a simple macro can do the job.
Thanks in advance,
Blake
btw, I've spent a good chunk of time researching this and feel rather
stupid for not finding a solution yet.
microsoft.public.word.word97vba but upon further research, I think
this is the better newsgroup for this issue.
I'm really learning macros to work with this current project. I
have tons of logs with lines looking like:
unknown (serv-2-4-73.lycos-vds.com ): 15 Time(s)
All I want from lines like these are
(serv-2-4-73.lycos-vds.com ): 15
I'm sure its very easy, but how would I delete all text (including
white space at the beginning of a line) before the first "(" and
"Time(s)" for a line? I'm sure a simple macro can do the job.
Thanks in advance,
Blake
btw, I've spent a good chunk of time researching this and feel rather
stupid for not finding a solution yet.