Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
what i need to do is delete any rows where col b = 0 or 2?
For conCat2 = 2 To iCountA If ActiveCell.Value = 2 Then ActiveCell.EntireRow.Delete ElseIf ActiveCell.Value = 0 Then ActiveCell.EntireRow.Delete Else ActiveCell.Offset(1, 0).Activate End If Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA loop slow if another workbook open | Excel Discussion (Misc queries) | |||
EXCEPTIONALLY SLOW LOOP ....help!!! | Excel Programming | |||
Loop too slow deleteing xltoleft | Excel Programming | |||
slow program in a loop | Excel Programming |