![]() |
last iteartions information is not getting passed into an excel - 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: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: last iteartions information is not getting passed into an excel (/Thread-last-iteartions-information-is-not-getting-passed-into-an-excel) |
last iteartions information is not getting passed into an excel - reshma2010 - 09-12-2010 Hi I am trying to save the test result and send to a specific column in excel sheet. All the iterations are working fine except the last iteration. Result is srored in runtime data table but not passing to the excel. This is only happening for the last iteration. Ex: Code: For i = 1 to datatable.getsheet("Action1").getrowcount Could anyone help me to figure out why this is happening. Thanks Reshma RE: last iteartions information is not getting passed into an excel - reshma2010 - 09-14-2010 Hi Now the code is working. Code: DataTable.ExportSheet "C:\Login_TestData.xls","Action1" Regards, reshma |