chrono2483
Board Regular
- Joined
- Aug 23, 2014
- Messages
- 164
- Office Version
- 2016
Good Evening,
Wondering is there is such a macro to do the following:
I have a worksheet that has 300 rows. Every few rows (not the same distance apart) is there word "Raking" in column A. On the same row as the work ranking are values, from column D:AD.
What I need to do is set up a script in VBA, that will:
1. Find the cell where there is the word "Ranking"
2. Move 3 cells to the right (column D)
3. Select from D:AD, of that same row
4. Cut this data
5. From the D column, shift up 2 cells and left 2 cells
6.Paste the cut data
7. repeat for all other rows that have the word "Ranking" until the end.
Does such exist?
Thank you.
Wondering is there is such a macro to do the following:
I have a worksheet that has 300 rows. Every few rows (not the same distance apart) is there word "Raking" in column A. On the same row as the work ranking are values, from column D:AD.
What I need to do is set up a script in VBA, that will:
1. Find the cell where there is the word "Ranking"
2. Move 3 cells to the right (column D)
3. Select from D:AD, of that same row
4. Cut this data
5. From the D column, shift up 2 cells and left 2 cells
6.Paste the cut data
7. repeat for all other rows that have the word "Ranking" until the end.
Does such exist?
Thank you.