04-21-2009, 04:01 PM
Can you try this.
Code:
For i = 1 To Rows - 1
WebCheckBoxName=WebTableCount.GetCellData(i,2)
Reporter.ReportEvent micDone,"Name of the Check Box= "&WebCheckBoxName
Next
End Function