@alltables = $ie->getFrame('name:', 'main')->getAllTables(); $my_row = $alltables[0]->rows(1); print $my_row->cellText;