I have the following code
For x = LBound(arr) To UBound(arr) sname = arr(x) If instr(sname, \"Configuration item\") Then \'**(here i wa
For i=1 To 10 Do 'Do everything in here and If I_Dont_Want_Finish_This_Loop Then Exit Do End If 'Of course, if I do want to finish it, 'I put more stuff here, and then... Loop While False 'quit after one loop Next i