1. Cách nhanh nhất (dùng SpecialCells)
Sub DeleteBlankRows()
On Error Resume Next
Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
On Error GoTo 0
End Sub
Sub DeleteBlankRows()
On Error Resume Next
Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
On Error GoTo 0
End Sub

Bảo vệ Workbook (Sổ làm việc) trong Excel21-03-2026 18:14
Workbook21-03-2026 17:43
Status Bar (Thanh trạng thái)21-03-2026 15:40