i had an excel file where i need to start executing the data by identifying its last updated based on a column… i am able to fetch the last used row in a column , but by using FOR EACH ROW can we start the iteration from row say11(assuming BOT has processed upto row 10 and breaked due to some unexpected issue)
i saw some posts like we need to use For each but i want to know if we can achieve the same with FOR EACH ROW?