Hi Guys,
I want a code that moves a whole row from one tab to another when there is the word done in row L. This would run on the press of a button.
I have the below code, just not sure exactly how to adapt it to delete the row
Sub CopyDone()
Dim c As Range
Dim j As Integer
Dim...