for..next

Sub fornext循环()
Dim i!, j!
For i = 1 To 100 step 1(1能够默认不写)
j = j + i
Next
MsgBox j
End Sub
相关文章
相关标签/搜索