Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Incorrect Number of Rows returned from Local Datatable
#4
Solved: 10 Years, 10 Months, 1 Week ago
Hi ,

try with the below :

Code:
Numrows=Datatable.getsheet("LocalSheetname").Getrowcount
for i=1 to Numrows
       Datatable.getsheet("LocalSheetname").SetCurrentRow(i)

    ----
    ----
Next

Note: Make sure that the following is done
File-->settings-->Run Tab , choose "Run only One iteration"
Reply


Messages In This Thread
RE: Incorrect Number of Rows returned from Local Datatable - by sreekanth chilam - 07-03-2009, 01:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiple rows of test data Bhuvana 0 1,218 01-03-2020, 09:30 PM
Last Post: Bhuvana
  Local System Monitor kbhargava505 0 2,431 10-16-2015, 12:52 PM
Last Post: kbhargava505
  Adding data into rows that add dynamically with setcelldata azar81 4 5,680 04-13-2015, 05:24 PM
Last Post: vidya2k2
  Excel operation - to find usedrange of rows & col pooja 1 9,418 02-19-2015, 04:06 AM
Last Post: supputuri
  Retrieve row number based on value in DataTable marfa 6 30,075 07-31-2014, 08:36 PM
Last Post: dharshinishankari@gmail.com

Forum Jump:


Users browsing this thread: 1 Guest(s)