Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
simple request:
after using the auto filter tool, the rows that got sorted out have a height = 0. I just want a program to delete rows in which the height is 0. or is there sia way to set up the auto filter to do this, even better. Sub row_delete() For i = 1 To 1000 If Rows(i).RowHeight = 0 Then Rows("i").Delete Shift:=xlUp Next i End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple problem, simple formula, no FUNCTION ! | Excel Worksheet Functions | |||
simple deletion won't work for me | Excel Discussion (Misc queries) | |||
On deletion of rows | Excel Discussion (Misc queries) | |||
Simple Simple Excel usage question | Excel Discussion (Misc queries) | |||
Make it more simple or intuitive to do simple things | Charts and Charting in Excel |