05-21-2012, 09:44 PM
I had a similar issue with clicking a links in a webtable. I ended up pulling the name from the cell (getroproperty), storing the name in a variable (or datatable), and I had a generic link object that I assigned that name to, so it would click on the correct link.