PeterMoran
MIS
Hi,
I have a problem where I have a single column list of text approx 300 rows long (B1:B300). A number of these rows are in fact parts 1, 2 and 3 of what I want to be one row. I would like someone to show me how a macro can be built to take the active cell, copy the row below it to the end of the cell data after adding a space, delete the copied row, and then repeat the exercise for the next row. Thus ending with the 2nd and 3rd cells of data concatenated to the end of the first.
I attempted to do this using the macro recoder thinking I would have something to work with, but the result was useless as it just indicated the end result of the concatenated strings at each stage without any commands to show me how it should be coded.
Once this is achieved I hope to flag the first row of the cells to be concatenated with an "*" in col A, so the whole function can be done in the one go.
Thanks in anticipation.
Peter Moran
I have a problem where I have a single column list of text approx 300 rows long (B1:B300). A number of these rows are in fact parts 1, 2 and 3 of what I want to be one row. I would like someone to show me how a macro can be built to take the active cell, copy the row below it to the end of the cell data after adding a space, delete the copied row, and then repeat the exercise for the next row. Thus ending with the 2nd and 3rd cells of data concatenated to the end of the first.
I attempted to do this using the macro recoder thinking I would have something to work with, but the result was useless as it just indicated the end result of the concatenated strings at each stage without any commands to show me how it should be coded.
Once this is achieved I hope to flag the first row of the cells to be concatenated with an "*" in col A, so the whole function can be done in the one go.
Thanks in anticipation.
Peter Moran