Here's the process I have in mind:
- Count all cells containing data in column A (I'm thinking "xlUp"?) and set that number as a variable.
- Select first 400 cells in Column A (starting at A2), and fill them color Yellow.
- Copy that data (data is pasted to another prog ((Let's call the shortcut key "!*Z")).
- Subtract 400 from the total cell count variable.
- Select second 400 cells in Column A (starting at A402)
- Fill them color Yellow
- Copy that data (!*Z).
- Subtract 400 from updated cell count variable.
- Repeat until the last cell of data is copied and color filled.
Any help would be great.
I feel like I've been going in circles on this for too long. It's time to ask the experts. Thank you!