Hi everyone,
I am asking for help making two macros:
1) first macro how to join or group rows No456 and another group rows No 789.
2) And another macro how to arange all rows, but group of rows have moved together to place there need them.
What I have:
A B C D
1 AAA1 BBB1 CCC1 DDD1
2 AAB2 BBC1 CCR2 DDA2
3 AAA1 BBC2 CCR3 DDA3
4 ARA1 BBA1 DCR3 DDD2
5 CRM2 DRM3 (Columns C and D)
6 CRM3 DRM4 (Columns C and D)
7 ARA1 BBB2 DCR3 DDD2
8 CRM1 DRM6 (Columns C and D)
9 CRM2 DRM5 (Columns C and D)
What I need:
A B C D
1 ARA1 BBA1 DCR3 DDD2
2 CRM2 DRM3 (Columns C and D)
3 CRM3 DRM4 (Columns C and D)
4 AAA1 BBB1 CCC1 DDD1
5 ARA1 BBB2 DCR3 DDD2
6 CRM1 DRM6 (Columns C and D)
7 CRM2 DRM5 (Columns C and D)
8 AAB2 BBC1 CCR2 DDA2
9 AAA1 BBC2 CCR3 DDA3
Renumber of rows I know how to do. Please help me
arange by column "B".
After grouping or joing (Somehow) those not full rows could be not visible for time then those are not use (its like group: you can push the button and they splits).
Bookmarks