I have this:
If IsEmpty(Sheets(Sheet1).Range("F2") Then
Sheets(Sheet1).Range("A2").copy Sheets(Sheet2.Range("A2")
End If
I would like this if to work for each row in F2- F259
So example if cell F3 is empty copy A3 to sheet2 A3
If cell F4 is empty copy A4 to sheet2 A4
Can anyone help please??
Thanks
Alan
If IsEmpty(Sheets(Sheet1).Range("F2") Then
Sheets(Sheet1).Range("A2").copy Sheets(Sheet2.Range("A2")
End If
I would like this if to work for each row in F2- F259
So example if cell F3 is empty copy A3 to sheet2 A3
If cell F4 is empty copy A4 to sheet2 A4
Can anyone help please??
Thanks
Alan