How to delete entire columns based on header value in Excel?
In many cases, you may need to delete the entire columns based on header value in Excel. For example, you need to delete all columns which contain value “old” in the header. In this tutorial, we will show you methods of deleting entire columns based on header value in details.
Delete entire columns based on header value with VBA code
Delete entire columns based on header value with Kutools for Excel
Delete entire columns based on header value with VBA code
You can delete entire columns based on header value with VBA code. Please do as follows.
1. Press Alt + F11 keys simultaneously to open the Microsoft Visual Basic Application window.
2. In the Microsoft Visual Basic Application window, click Insert > Module. And then copy and paste below code into the Module window.
VBA code: delete entire columns based on header value
Sub DeleteSpecifcColumn()
Set MR = Range("A1:D1")
For Each cell In MR
If cell.Value = "old" Then cell.EntireColumn.Delete
Next
End Sub
Note: in the code, “old” is the header value which you want to delete the entire column based on. Please change to your header value manually. And A1:D1 is the column range that you want use.
3. Press the F5 key to run the code, the entire column which contains specified header value is deleted immediately.
Delete entire columns based on header value with Kutools for Excel
With Kutools for Excel’s Select Specific Cells utility, you can easily select all columns which contains the certain header value first, and then delete these selected columns at once. Please do as follows.
Before applying Kutools for Excel, please download and install it firstly.
1. Select the range which contains the columns you need to delete, and then click Kutools > Select > Select Specific Cells. See screenshot:

2. In the Select Specific Cells dialog box, select the Entire column option in the Selection type section, and in the Specific type drop-down list, select Equals option, then type the header value in the following box. And finally click the OK button. See screenshot:

3. Click the OK button in another popping up dialog box, then the columns which contain specified header value are selected immediately.

4. Right click the column header of selected column, and then click Delete from the right-clicking menu. Then all selected columns are deleted at once.

If you want to have a free trial (
30-day) of this utility, please click to download it, and then go to apply the operation according above steps.
The Best Office Productivity Tools
Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by
80%
- Reuse: Quickly insert complex formulas, charts and anything that you have used before; Encrypt Cells with password; Create Mailing List and send emails...
- Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range...
- Merge Cells/Rows/Columns without losing Data; Split Cells Content; Combine Duplicate Rows/Columns... Prevent Duplicate Cells; Compare Ranges...
- Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select...
- Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more...
- Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments...
- Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic...
- Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF...
- More than
300 powerful features. Supports Office/Excel
2007-2019 and 365. Supports all languages. Easy deploying in your enterprise or organization. Full features
30-day free trial. 60-day money back guarantee.
Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier
- Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
- Open and create multiple documents in new tabs of the same window, rather than in new windows.
- Increases your productivity by
50%, and reduces hundreds of mouse clicks for you every day!