Hi,
I have a csv sheet which I have to convert into .xls report daily. Please suggest me a macro for the function. The action which I want to do is.
Execution Started 11/10/2011 0:07
URL http://www.nike.com/nikeos/p/nike/en_US/
BrowserType iexplore
SCREEN NAME DISPLAY TIME(in seconds) RESULT
Nike Home Page 16.358 PASS
Login Screen 1.531 PASS
Facebook Login Screen 4.391 PASS
Nike Registered User Screen 6.906 PASS
Execution Time 2.3 Minutes
Execution Started 11/10/2011 0:10
URL http://nikerunning.nike.com/nikeos/p/nikeplus/en_US/
BrowserType iexplore
SCREEN NAME DISPLAY TIME(in seconds) RESULT
Nike Home Page 11.828 PASS
Login Screen 0.797 PASS
Facebook Login Screen 14.562 PASS
Nike Registered User Screen 10.702 PASS
Execution Time 2.16 Minutes
Execution Started 11/10/2011 0:12
URL http://www.nike.com/nikeos/p/nikebasketball/en_US/?sitesrc=uslp
BrowserType iexplore
SCREEN NAME DISPLAY TIME(in seconds) RESULT
Nike Home Page 13.562 PASS
Login Screen 0.875 PASS
Facebook Login Screen 4.484 PASS
Nike Registered User Screen 6.203 PASS
Execution Time 2.4 Minutes
From this CSV file I need to copy the time for Nike home page,login screen, facebook login screen,nike registered user screen into the following form.
1 11/10/2011 0:07 Nike.com IE 16.358 1.531 4.391 6.906
2 11/10/2011 0:10 Nike Plus IE 11.828 0.797 14.562 10.702
3 11/10/2011 0:12 Nike Basketball IE 13.562 0.875 4.484 6.203
please help me
I have a csv sheet which I have to convert into .xls report daily. Please suggest me a macro for the function. The action which I want to do is.
Execution Started 11/10/2011 0:07
URL http://www.nike.com/nikeos/p/nike/en_US/
BrowserType iexplore
SCREEN NAME DISPLAY TIME(in seconds) RESULT
Nike Home Page 16.358 PASS
Login Screen 1.531 PASS
Facebook Login Screen 4.391 PASS
Nike Registered User Screen 6.906 PASS
Execution Time 2.3 Minutes
Execution Started 11/10/2011 0:10
URL http://nikerunning.nike.com/nikeos/p/nikeplus/en_US/
BrowserType iexplore
SCREEN NAME DISPLAY TIME(in seconds) RESULT
Nike Home Page 11.828 PASS
Login Screen 0.797 PASS
Facebook Login Screen 14.562 PASS
Nike Registered User Screen 10.702 PASS
Execution Time 2.16 Minutes
Execution Started 11/10/2011 0:12
URL http://www.nike.com/nikeos/p/nikebasketball/en_US/?sitesrc=uslp
BrowserType iexplore
SCREEN NAME DISPLAY TIME(in seconds) RESULT
Nike Home Page 13.562 PASS
Login Screen 0.875 PASS
Facebook Login Screen 4.484 PASS
Nike Registered User Screen 6.203 PASS
Execution Time 2.4 Minutes
From this CSV file I need to copy the time for Nike home page,login screen, facebook login screen,nike registered user screen into the following form.
1 11/10/2011 0:07 Nike.com IE 16.358 1.531 4.391 6.906
2 11/10/2011 0:10 Nike Plus IE 11.828 0.797 14.562 10.702
3 11/10/2011 0:12 Nike Basketball IE 13.562 0.875 4.484 6.203
please help me