03-27-2014, 01:12 AM
Hi,
I would like to take the data from 2 columns in my datasheet and group them in groups of 17. So take the values from rows 1 to 17 from column A and B and write them out to the screen. Then do the same thing from row 18 to 34, etc etc until the last group has less than 17 (meaning its the end of the rows in the sheet).
Thinking of doing a loop and some sort of step 17 until i reach the count but not sure exactly how to go about it.
Thanks!
I would like to take the data from 2 columns in my datasheet and group them in groups of 17. So take the values from rows 1 to 17 from column A and B and write them out to the screen. Then do the same thing from row 18 to 34, etc etc until the last group has less than 17 (meaning its the end of the rows in the sheet).
Thinking of doing a loop and some sort of step 17 until i reach the count but not sure exactly how to go about it.
Thanks!