There are a couple of websites that have a lot of td's. They don't have names or ids but they do have classes or values. The classname or value is the same for many of the tds. How can I get for example the 5th instance of a classname or value on a web page that is also a td? Something like this maybe:
range("a2").value = appIE.document.getelementbytagname("td").classname(4).innertext

I've run across this with span instead of td and value instead of classname too, I'm not sure how to approach 2 layers of sameness like that.