I have a Excel with 290 Rows and i want to Split that Excel at row 42 into different Pages. Result would be 42 Rows at Page 1. Next 42 Rows Page 2 and so on.
I thought i could do it with a loop like count till 42 and then count again and filter by <= 42 but its not working.