Hi Brian,
I hope the above code will solve your problem
Code:
row = Browser("").Page("").WebTable("").GetRowWithCellText("GD APRS Nine,Internet,Jun 18 2010 4:57PM")
Set View = Browser("").Page("").WebTable("").ChildItem(row,7,"Link", 0)
View.Click
I hope the above code will solve your problem