Hi All,
I am looking for some help on VBA to Select Range and Move based on conditions.
I would like to move all the contents between "Project A" and "Project B" one column to the right. Same with all contents between Project B and end of table which will also move 1 column to the right.
This is how the table looks now:
Column A Column B Column C
Project A
1/1/2019 Jack 5
2/1/2019 Ryan 8
7/1/2019 James 10
Project B
1/1/2019 Jack 5
2/1/2019 Ryan 8
7/1/2019 James 10
I am looking for some help on VBA to Select Range and Move based on conditions.
I would like to move all the contents between "Project A" and "Project B" one column to the right. Same with all contents between Project B and end of table which will also move 1 column to the right.
This is how the table looks now:
Column A Column B Column C
Project A
1/1/2019 Jack 5
2/1/2019 Ryan 8
7/1/2019 James 10
Project B
1/1/2019 Jack 5
2/1/2019 Ryan 8
7/1/2019 James 10