![]() |
Deleting rows based on criteria
Hi,
Does anyone know the way to write a Macro which will delete all rows where column M is empty? Thanks, John |
Deleting rows based on criteria
Range("M:M").SpecialCells(xlCellTypeBlanks).Entire Row.Delete
-- Jim Rech Excel MVP |
Deleting rows based on criteria
Worked great! Thanks!
-----Original Message----- Range("M:M").SpecialCells (xlCellTypeBlanks).EntireRow.Delete -- Jim Rech Excel MVP . |
All times are GMT +1. The time now is 07:09 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com