Hi, anybody can answer me why the MsgBox 2 and MsgBox 4 skipping on the below loop. please advice me to get this 2 & 4 without skipping.
Sub my_for_loop()
For i = 0 To 5
i = i + 1
MsgBox i
Next i
End Sub
Hi, anybody can answer me why the MsgBox 2 and MsgBox 4 skipping on the below loop. please advice me to get this 2 & 4 without skipping.
Sub my_for_loop()
For i = 0 To 5
i = i + 1
MsgBox i
Next i
End Sub
Last edited by arlu1201; 05-22-2013 at 06:18 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks