I have the following code
For x = LBound(arr) To UBound(arr) sname = arr(x) If instr(sname, \"Configuration item\") Then \'**(here i wa
I sometimes do a double do loop:
Do Do If I_Don't_Want_to_Finish_This_Loop Then Exit Do Exit Do Loop Loop Until Done
This avoids having "goto spaghetti"