Robertson1995
Board Regular
- Joined
- Apr 1, 2009
- Messages
- 121
Hello. I am needing help with code that will move specific rows to another sheet in the same workbook based on a Cell Value. In my workbook, I have a sheet named "Notes" that has values in Columns A-C. I need a code that when I enter the letter "X" in column D, it will copy the contents of A-C for that row and paste a copy on the first empty row in a sheet named "Note History". The copy will need to be the first empty row in Columns A-C for the Note History sheet. I also need the code to delete the entire row from the "Notes" sheet once it has copied the contents to the "Note History" sheet. Thank you in advance for any help.