that is part of the excel vba programe,
Code:
lastRow = Cells(Rows.Count, 1).End(xlUp).Row
For Z = 2 To lastRow
If (Cells(Z, ("f"))) = "" Then Cells(Z, ("f")).EntireRow.Clear
Next Z
then so there will some empty row, so we dont how to write to vba as
my request as previous enquiry
Thanks Macropod