yep.
You can also use the GetRowWithCellText()
like....
This code would look for "CNN" in column 1, then click the link in the row.
You can also use the GetRowWithCellText()
like....
Code:
x= Browser("MSN").Page("MSN").WebTable("LinkTable").GetRowWithCellText("CNN",1)
Browser("MSN").Page("MSN").WebTable("LinkTable").ChildItem(x,1,"Link",0).ClickThis code would look for "CNN" in column 1, then click the link in the row.

