phanikumar007
Technical User
Hi,
I regularly receive emails in the following format
------------------------------------------------------
Invoked at 12/29/2009 17:30:01
=========================================
Report from Engine: web:XXX
=========================================
Cumulative sessions so far = 0
Most sessions at a time = 0
Currently active sessions = 0
=========================================
Report from Engine: web:YYY
=========================================
Cumulative sessions so far = 300
Most sessions at a time = 40
Currently active sessions = 39
=========================================
Report from Engine: web:ZZZ
=========================================
Cumulative sessions so far = 711
Most sessions at a time = 40
Currently active sessions = 39
=========================================
Report from Engine: web:AAA =========================================
Cumulative sessions so far = 714
Most sessions at a time = 41
Currently active sessions = 39
------------------------------------------------------
I would like to know if we can parse this message to get the data in excel though VBA in the following format
Date XXX YYY ZZZ AAA
12/29/2009 17:30:01 0 39 39 39
Any help is much appreciated.
Thanks
Phani
I regularly receive emails in the following format
------------------------------------------------------
Invoked at 12/29/2009 17:30:01
=========================================
Report from Engine: web:XXX
=========================================
Cumulative sessions so far = 0
Most sessions at a time = 0
Currently active sessions = 0
=========================================
Report from Engine: web:YYY
=========================================
Cumulative sessions so far = 300
Most sessions at a time = 40
Currently active sessions = 39
=========================================
Report from Engine: web:ZZZ
=========================================
Cumulative sessions so far = 711
Most sessions at a time = 40
Currently active sessions = 39
=========================================
Report from Engine: web:AAA =========================================
Cumulative sessions so far = 714
Most sessions at a time = 41
Currently active sessions = 39
------------------------------------------------------
I would like to know if we can parse this message to get the data in excel though VBA in the following format
Date XXX YYY ZZZ AAA
12/29/2009 17:30:01 0 39 39 39
Any help is much appreciated.
Thanks
Phani