Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using the following code to find "0"in Column R, then select three cells
to the left and clear the contents in those cells. This code performs the operation, however, it gets stuck in the loop...Can anyone help. Thanks Do Until ActiveCell.Value = "END" Columns("R:R").Select Selection.Find(What:="0", After:=ActiveCell, LookIn:=xlFormulas, LookAt _ :=xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:= _ False, SearchFormat:=False).Activate ActiveCell.Offset(0, -3).Range("A1:D1").Select Selection.ClearContents Loop |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Looping SQL query w/changing parameters in each loop not working | Excel Programming | |||
Looping a loop? | Excel Programming | |||
Looping through to stop on pie charts | Excel Programming | |||
stop looping and comments on VBA | Excel Programming | |||
HELP!!!! Can't stop a loop (NOT an infinite loop) | Excel Programming |