THANK YOU SO MUCH! You are amazing. <3 One more thing? See where 'activecell' is '+1' I want that cell number to be copied to a 'emptyrow1' in 'Enrolment Background'? How would I do this?
Worksheets("Students").Activate
ws.Cells(emptyRow, 1).Select
Worksheets("Enrolment Background").Activate
ws1.Cells(emptyRow1, 1).Value = ActiveCell
Does that seem right or am I missing something again?