Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can start with something like this and then sort your data.
For Each cell In Range("N1:N" & Range("N65536").End(xlUp).Row) If cell.Value = "Balance" _ Then cell.EntireRow.ClearContents Else: End If Next cell Regards, Paul "andresg1975" wrote in message ... how can i create a macro that look for cells containing "Balance:" in column N, select cell, delete the row, continue doing the same procedure until there are no more cells containing "Balance:" Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to create a macro to delete multiple rows? | Excel Discussion (Misc queries) | |||
Create a macro to delete rows if value is less than a specified nu | Excel Worksheet Functions | |||
create macro - delete all rows with zero in column L | Excel Programming | |||
create macro - if cell is 0 delete row | Excel Worksheet Functions | |||
have Macro automatically delete and create sheets | Excel Programming |