Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi -
this seems like a pretty easy loop statement. What am I doing wrong? I am trying to see if a value in a row equal's the word START and if so, delete that row. Help.. irows = ActiveSheet.UsedRange.Rows.Count For iloop = 2 To irows If Cells(iloop, "D").Value = "START" Then Cells(iloop, "D").EntireRow.Delete Next iloop |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loop not working!! | Excel Programming | |||
Do...Loop not working | Excel Programming | |||
for next loop not working | Excel Programming | |||
for next loop not working | Excel Programming | |||
Find value loop not working | Excel Programming |