Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Will this get in a continual loop if "a" never equals "linkno"?
With rng Set xcell = .find(what:=drwno, LookIn:=xlValues, LookAt:=xlWhole, _ SearchOrder:=xlByColumns) a = xcell.Offset(0, 10).Value MsgBox ("a = " & a) If a < linkno Then Do Set xcell = .FindNext(xcell) a = xcell.Offset(0, 10).Value Loop While a < linkno End If End With Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Loop to Filter, Name Sheets. If Blank, Exit Loop | Excel Programming | |||
Naming Worksheets - Loop within a loop issue | Excel Programming | |||
Naming Worksheets - Loop within a loop issue | Excel Programming | |||
Advancing outer Loop Based on criteria of inner loop | Excel Programming | |||
Problem adding charts using Do-Loop Until loop | Excel Programming |