First off - I am really loving what I am seeing with the IE automation. The app I am automating is very poorly designed so that part is a struggle. But the results are golden The web app I am automating heavily uses nested tables. When I use _IETableGetCollection($oIE,-1) I find that there are four tables. that are nested in a frame. I am able to get data out of some of the tables - but it is not from the table I need it from. I am thinking that the issue is I am addressing the wrong frame. H