Next ステートメントの前に For Each の Next 値の値を取得できるかどうか疑問に思っています
このコードがある場合:
For Each i As String In myStringArray
'Do Something with i
Next
次の値を実行またはチェックしているだけです。
For Each i As String In myStringArray
'Do Something with i
'Check the Next Value of i
Next