The Loop shown below should repeat 10 times. if it will not repeat 10 times, change the code so it will.
"Should repeat 10 times. If it will not reapt 10 times, change the code so if will
for intRepeat = 20 to 10
MsgBox ("the value is " & intRepeat.ToString ("co"))
Next