'変数iに1を入れる Do Whilei <= 10 '変数iが10以下の間処理を続ける Cellsi, 1) = 1 'A列のi行に1を入れる i = + 1 '変数iを1増やす Loop'Doの処理範囲はここまで End ExitDo ExitDoは、Do~Loopのループを抜けます。 指定条件になる前に、 Do~のループ処理...
VBA For Loop – セルの範囲をループする Excel VBAのループ – For Each, For Next, Do While など VBA For Eachの例(クイックリファレンス) VBA Exit For VBA ループを抜ける Ranges and Cells yes Excel VBA 範囲とセル Excel VBAの数式 – 究極のガイド Excel VBA 範囲のサ...
FunctionStone_Reverse_Right(ByValTargetAsRange)DimiAsInteger'反対の色の石探索用のカウンタi=1Dima_row,a_colAsInteger'座標変換用変数a_row=Target.Row-3'選択セルの行を配列上の座標に変換して代入a_col=Target.Column-3'選択セルの列を配列上の座標に変換して代入DimrAsInteger'ひっくり返す用カウ...