Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
this group led me to C. Pearson's site and this most helpful macro:
Public Sub DeleteRowOnBlankCell() On Error Resume Next Selection.SpecialCells(xlCellTypeBlanks).EntireRow .Delete ActiveSheet.UsedRange End Sub How can I modify this to delete on Cell = 0? I looked at other postings and they are all limited to specific columns. I would like to have a general solution so that whichever column is selected is used. Thanks in advance, wal50 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I conditionally delete rows based on cell contents? | Excel Worksheet Functions | |||
How can I insert and delete rows within a locked cell range column | Excel Worksheet Functions | |||
To delete rows when more than one cell is blank | Excel Worksheet Functions | |||
Delete empty rows with cell type 2 | Excel Discussion (Misc queries) | |||
Hide/Delete entire rows based in the content of one cell | Excel Discussion (Misc queries) |