hello forum,
could you please help me with the following chalenge:?
i have some data on column L to Y (displayed on rows).
i want to copy all data from the rows into cell L.
for example:
L M N O
row1 x y s
row2 a 9
row3
row4 v
the problem is that i have 70 lines and the formatting that I've programmed takes 1 minute.
is there a way to make a VBA loop to copy all the information to cell in L until it finds a space on the column
also, it should skip the blank row ( meaning if the cell from L column is blank - first cell )
any help is much appreciated
could you please help me with the following chalenge:?
i have some data on column L to Y (displayed on rows).
i want to copy all data from the rows into cell L.
for example:
L M N O
row1 x y s
row2 a 9
row3
row4 v
the problem is that i have 70 lines and the formatting that I've programmed takes 1 minute.
is there a way to make a VBA loop to copy all the information to cell in L until it finds a space on the column
also, it should skip the blank row ( meaning if the cell from L column is blank - first cell )
any help is much appreciated