woodsey1982
New Member
- Joined
- Jun 28, 2013
- Messages
- 8
I'm having trouble with a macro to move rows from one worksheet to another based on a cell value.
I have a row with 4 headings. The final of these 4 columns will have one of three outcomes, CHANGE, NOTCHANGED or blank.
If the row is blank, the script should ignore and check the next row.
If the row says CHANGE then move to Sheet2 and delete the row from Sheet1.
If the row says NOTCHANGED then move to Sheet3 and delete the row from Sheet1.
Any script I have tried has deleted rows from above ( i.e the headings ) rather than start from row 5 where the information begins.
Any help much appreciated. I can post a sample if required.
I have a row with 4 headings. The final of these 4 columns will have one of three outcomes, CHANGE, NOTCHANGED or blank.
If the row is blank, the script should ignore and check the next row.
If the row says CHANGE then move to Sheet2 and delete the row from Sheet1.
If the row says NOTCHANGED then move to Sheet3 and delete the row from Sheet1.
Any script I have tried has deleted rows from above ( i.e the headings ) rather than start from row 5 where the information begins.
Any help much appreciated. I can post a sample if required.