eso me imagine...
=mente intete hacerlo de nuevo...pero esta ves use solo bulces for
Option Explicit
Dim a As Integer
Dim b As Integer
Dim c As Integer
Dim r As Integer
Private Sub Command1_Click()
Randomize
a = Int(Rnd * 10)
b = Int(Rnd * 5)
c = Int(Rnd * 10)
Dim bucle As Integer
r = a + c - b
For bucle = 0 To 1
Label1 = "Al Numero que pensaste sumale " & a
DoEvents
Next
For bucle = 1 To 2
Label1 = "A el resultado que te haya dado restale " & b
DoEvents
Next
For bucle = 2 To 3
Label1 = "Ahora sumale " & c
DoEvents
Next
For bucle = 3 To 4
Label1 = "Restale el numero que pensaste"
DoEvents
Next
For bucle = 4 To 5
Label1 = "el resultado que obtuviste es " & r & " ...viste como adivino

"
Next
End Sub
tamp salio...la gracia seria q el bucle estubiese frenado y cada ves q apreto el command botom se active, suba 1...se frene, el user lea , calcule aprete de nuevo y vuelva a funcionar el bulce, suma uno de nuevo, se frena y asi..