Magoosball
Board Regular
- Joined
- Jun 4, 2017
- Messages
- 70
- Office Version
- 365
I have a workbook that is thousands of rows long. I am looking for a VBA script that will put an "X" into every 20th cell in column E. The first row is a header so this means that I need to add an X into column E on rows 21, 41, 61, 81 101 and so on.
After that I need to cut ever Row that has an "X" in column E and place it at the top of the worksheet underneath the header row. So this is pasting them starting at row 2. Also need to color the entire row that has an X in it with the color yellow.
Thank you in advance!
After that I need to cut ever Row that has an "X" in column E and place it at the top of the worksheet underneath the header row. So this is pasting them starting at row 2. Also need to color the entire row that has an X in it with the color yellow.
Thank you in advance!