R
Roger
Why does this return 4 after the loop and three at the end of the loop(as
expected)
For i = 1 To 3
debug.print i
Next
debug.print i'should be 3?
expected)
For i = 1 To 3
debug.print i
Next
debug.print i'should be 3?