I am currently using the following in my code:
F = F & "," & I
This portion of code outputs my results in the following format in one single cell: 1130,1160,1190,1220,1250,1280,1310,1340,1370,1400,1430,1460,1490
I am wondering if there is a similar code that I could use that will enter each number in its own cell within a single column.