Hi All,
i have an array
arr(0)= 1
arr(1) = 2
arr(3) = 3
...
arr(n) = n
and i would like to find a way so that when i write in in a cell
it gets as:
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
15, ....
each line will get up to 14 elements of the array with commas and then will...