Code:
For iRow = 1 to iRows
For iCol = 1 to iCols
sData = Browser("Browser").Page("Page").Frame("Frame").WebTable("WebTable").GetCellData(iRow, iCol)
If InStr(1, sData, ExpectedValue) Then
sData.Click
End If
Next
Next
try this code for clicking the webelements