11-30-2010, 10:47 AM
there is no built-in feature for sending results to excel at runtime. however you can export the results once your execution is complete. to send the results to excel at runtime, you will have to
open the excel file
set the active row column
write results into excel as per your requirement.
try searching this forum, I am sure you will surely find something to use to achive this.
open the excel file
set the active row column
write results into excel as per your requirement.
try searching this forum, I am sure you will surely find something to use to achive this.