如果是要跳出迴圈,那用Exit For 如果是要跳下一個i,在Excel VBA只能用GoTo 例如For i = x to y if A(i)=m then GoTo Continue1 elseif A(i) =n then ...
www.ptt.cc