My code:
Dim rfoct As Integer
For i = 1 To 5
rfoct = Int((999 - 100 + 1) * Rnd + 100)
Form_MyForm.MyField = rfoct
Next i
I want to see each number, then have it overwritten by the next number. Slow enough to see the number. Right now the loop either goes so fast or I only get the last loop...