Micro Focus QTP (UFT) Forums
problem in getting rowcount - 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: problem in getting rowcount (/Thread-problem-in-getting-rowcount)



problem in getting rowcount - mrigaja - 10-09-2019

I have added new shhet and imported excel data in that sheet.

 iteration=datatable.GetSheet(3).GetRowCount

There are 4 rows in my sheet. Script is running after 4th iteration taking blank data.

when i displayed total count writing as 'msgbox iteration', it is showing 999 rows