Hi,
I am new in VBA and I need help to write this small macro.
I have an excel file that look like this:
Parent# child #
110 320
110 450
110 220
150 440
150 320
150 125
150 130
and so on.
I need to write a macro that will copy child# across the columns and will look like this:
110 320 450 220
150 440 320 125 130
Thanks very much in advance
I am new in VBA and I need help to write this small macro.
I have an excel file that look like this:
Parent# child #
110 320
110 450
110 220
150 440
150 320
150 125
150 130
and so on.
I need to write a macro that will copy child# across the columns and will look like this:
110 320 450 220
150 440 320 125 130
Thanks very much in advance