Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
hi,
i have the following code: For Each c In Range("H1:H1000") If c = 0 Then c.EntireRow.Delete Next i need to delete rows in which the value is 0 for column H.. the above code does not work for some reason.... also,i need to capture the range correctly..coz the actual number o rows is different at different types..how do i capture the range an delete the rows having column value 0......?? -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If Count is not in a certain range, delete Rows | Excel Discussion (Misc queries) | |||
Select a range of rows to delete | Excel Worksheet Functions | |||
delete rows in range - macro | Excel Worksheet Functions | |||
Delete all Rows in a Variable Range | Excel Programming | |||
Delete Duplicate rows in a range | Excel Programming |