Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I borrowed this code from another post. Don't recall whose it was, but
thanks for it. Anyway, I adapted it as well as I could to what I'm using it for and am getting an error. I've already set the dim obs as a value from a cell. I want this code to delete all rows where column D does not equal 2*the value of obs. This may be a really simple question. Sub deleteotherobsnumber() For i = Cells(Rows.Count, "d").End(xlUp).Row To 2 Step -1 If Cells(i, "d") < obs * 2 Then Cells(i, "d").EntireRow.Delete Next i Range("D1:D65536").Select Selection.Delete End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting a range of rows based on a variable; syntax error | Excel Discussion (Misc queries) | |||
Macro for deleting rows and serialising the remaing rows | Links and Linking in Excel | |||
Help!! I have problem deleting 2500 rows of filtered rows!!!! | Excel Discussion (Misc queries) | |||
Wrong syntax | Excel Discussion (Misc queries) | |||
wrong syntax | Excel Discussion (Misc queries) |