It checks for zero values along column A and delete the entire row if found. Sub DeleteRow() Dim r As Long Dim LastRow As Long LastRow = Cells( ...
確定! 回上一頁