Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Skip the loops altogether:
This looks in column a for mts and deletes the rows when found: Sub RemoveMTCellRows() On Error Resume Next ActiveSheet.Columns(1).SpecialCells(xlCellTypeBlan ks).EntireRow.Delete On Error GoTo 0 End Sub Cliff Edwards |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Result is "V6", need Excel to use cell "V6", not the resul | Excel Worksheet Functions | |||
delete rows if cell in row contains "a" or "o" or empty | Excel Programming | |||
Look for cell containing "Initial" then if the next cell after equals "Final" then delete both rows. | Excel Programming | |||
If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ... | Excel Programming | |||
Search "Total" in all worksheets and delete rows containing "Total" | Excel Programming |