ruannpreger
New Member
- Joined
- Sep 25, 2020
- Messages
- 8
- Office Version
- 365
- Platform
- Windows
Hi,
I am trying to figure out on how to copy a 'range'/'list' in column A to the next column B and then copy the same range/list A minus one selection to the end of column B (after the first copy) and so on , until the range in A is finished/ has reached its end.
example
Col A
15901
14901
22001
21200
VBA should copy 14901, 22001, 21200 and paste (vertically) that in Col B, then copy 22001,21200 to Col B under the previous paste. And then copy 21200 and paste to Col B. The list would then be:
14901
22001
21200
22001
21200
21200
It all should happen just in one sheet, in the end to generate a list (the actual list is over 100 codes long)
Any help on this is highly appreciated.
thanks.
I am trying to figure out on how to copy a 'range'/'list' in column A to the next column B and then copy the same range/list A minus one selection to the end of column B (after the first copy) and so on , until the range in A is finished/ has reached its end.
example
Col A
15901
14901
22001
21200
VBA should copy 14901, 22001, 21200 and paste (vertically) that in Col B, then copy 22001,21200 to Col B under the previous paste. And then copy 21200 and paste to Col B. The list would then be:
14901
22001
21200
22001
21200
21200
It all should happen just in one sheet, in the end to generate a list (the actual list is over 100 codes long)
Any help on this is highly appreciated.
thanks.