I have values in an excel file in column C3-CX. That is I have arbitrary numbers of rows. Now I want to read in those values into an array, problem is that every second row is empty and I don't want to include empty space into my array, so I can't do a while loop until a field is empty. How would you solve the issue? Say that I would like to read in the first column into an array. [testa,teste]
(Col C:2) (Col D:2)
testa test2
test
teste test
test