|  

» Delete rows with blank cells in a certain column using VBA in Microsoft Excel

Tip sumited by Dave Ramage, UK

A tip to quickly and efficiently delete all rows that contain a blank cell in a certain column.
First select the single column range that you want to check, then execute this line of code:

Selection.SpecialCells(xlCellTypeBlanks).EntireRow.Delete
Screenshot // Delete rows with blank cells in a certain column using VBA in Microsoft Excel
Delete rows with blank cells in a certain column using VBA in Microsoft ExcelDelete rows with blank cells in a certain column using VBA in Microsoft Excel


Rate This Tip
12 34 5
Rating: 4.21     Views: 43685
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments