G Guest Nov 9, 2005 #1 Would like to ask if there is a syntax to break out from a loop in process?? Thank you for all the help!!!
Would like to ask if there is a syntax to break out from a loop in process?? Thank you for all the help!!!
T tina Nov 9, 2005 #2 depends on the looping code. for a For Each...Next statement, use Exit For. for a Do...Loop statement, use Exit Do. hth
depends on the looping code. for a For Each...Next statement, use Exit For. for a Do...Loop statement, use Exit Do. hth