K
Karen
Teaching myself VB and trying the first test program, and
can't find the results.
Private Sub UserForm_Click()
Form1.Show
For i = 1 To 5
Print "Hello"
Next i
End Sub
Where do I look to see Hello printed 5 times?
I did compile and run the program.
can't find the results.
Private Sub UserForm_Click()
Form1.Show
For i = 1 To 5
Print "Hello"
Next i
End Sub
Where do I look to see Hello printed 5 times?
I did compile and run the program.