I have narrow it down to a cell in a WebTable, now all I want to do is get the url that is there if I click on it. Any ideas?
TryingToGetURLToLinkInThisWebTableCell = Browser("MyBroswer").Page("MyPage").WebTable("WebTable").GetCellData(3,3)
This returns a name, instead of the link. In was trying to force it to SetFocus, and then something like GetROProperties("url") but not sure how to fit that in.