Code: Select all
For o=o To o
Debug o
Next
Code: Select all
For o=o To o
Debug o
NextCode: Select all
For o=1 To o
Debug o
Next Code: Select all
For o=1 To 0
Debug o
Next 

Code: Select all
q = 1
For p=1 To q
q = 3
Debug p
Next


Sorry PB. My faultPB wrote:> PB, please don't say lies and don't talk nonsenses.
Well, why not see for yourself before you accuse people of being liars!
File:1->error.gif

Code: Select all
For i=0 to a'o' is the countervariable! Why does 'i' count up in "For i=0 to 100" ?Well, in the code we're not telling the variable should be increased, so it shouldn't, no ?