How to put retrieved results in an excel sheet - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: How to put retrieved results in an excel sheet (/Thread-How-to-put-retrieved-results-in-an-excel-sheet) |
How to put retrieved results in an excel sheet - padmini - 09-29-2011 How to upload data retrieved in an application, into an excel sheet? I need to do a search condition and the results have to be put in an excel sheet. How do I do that Thanks, Padmini RE: How to put retrieved results in an excel sheet - rajpes - 09-30-2011 First get all the data into action sheet then export them(DataTable.Export) |