Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why do I get "Object Required" with this? What is wrong? I want to delete
every row that has "Red Prairie..." in the cell. Sub DeleteRedPrairie () Dim lastrow as Long, i As Long lastrow = Cells(Row.Count, 1) .End(x1Up) .Row For 1 = lastrow To Step -1 If Cells(i,1) Value = "RedPrairie" Then Rows(i).Delete End If Next End Sub I also want to be able to delete the row immediately below the on that contains RedPrairie. Please help....these rows are screwing up everything I do. Also due to concatenate formulas I need to run, I cannot sort this first. Filtering slows down my macros immensely. Chuck |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Object Required | Excel Programming | |||
Object Required | Excel Programming | |||
Object Required | Excel Discussion (Misc queries) | |||
Object Required | Excel Programming | |||
Object required. | Excel Programming |