This is what i have come up with
there may be easier ways i dont know....
VB Code:
range("J2:J3").select Do Until i = range("B1").value If ActiveCell.Value = "" Then Selection.EntireRow.Delete End If i = i + 1 Selection.Offset(2).Select Loop
|
Results 1 to 12 of 12
Hybrid View
|
Click Here to Expand Forum to Full Width |