07-10-2010, 02:10 PM
Hi,
First try to get the row number using orig year
If we want the first web edit pass index as 0 and if we want the second one pass it as 1,
Put this code in a loop, i belive this will solve your problem.
First try to get the row number using orig year
Code:
intRowNum=Browser("").Page("").Frame("").WebTable("").GetRowWithCellText(pass the year)
Set objWebEdit=Browser("").Page("").Frame("").WebTable("").ChildItem(intRowNum,Coulumn,"WebEdit",index)
strText=objWebEdit.GetROProperty("innerText")
Put this code in a loop, i belive this will solve your problem.