Hi,
I need to create a VBA procedure that will cut and paste (or deplace) all my filled cells into column A.
For exemple, I have a lot of empty cell in the range A1 to BF999 but also have cells with data in them.
I would like to take every cell that have data in that range and put them from cell A1 to A999999. (in whatever order). And do nothing with the empty cells.
how could I do that?
thanks
I need to create a VBA procedure that will cut and paste (or deplace) all my filled cells into column A.
For exemple, I have a lot of empty cell in the range A1 to BF999 but also have cells with data in them.
I would like to take every cell that have data in that range and put them from cell A1 to A999999. (in whatever order). And do nothing with the empty cells.
how could I do that?
thanks