vba - Continue For loop - Stack Overflow

vba - Continue For loop - Stack Overflow

瀏覽:505
日期:2025-10-02
I have the following code For x = LBound(arr) To UBound(arr) sname = arr(x) If instr(sname, "Configuration item") Then '**(here i want to go to next x in loop and not complete ......看更多