投稿日: 2020年4月24日 投稿者: knsysdo loop Sub Macro0422() Dim i As Integer i = 1 Do Until i = 10 Cells(i, 1).Value = i i = i + 1 Loop End Sub