I have 600000+ rows in my sheet, so a Macro is needed. Moving the data is not the issue, but I need a macro that will find the data then act on what it finds. This is what I'm trying to accomplish:
1. Find instance of '1005' in Column E
2. Select all data in row (Columns A:AJ)
3. Offset selection (-1, 7)
4. Delete original row.
There is no pattern to how often '1005' shows up so I can't just select every 10th row and do this so the Find function is needed.
Can anybody help?
Bookmarks