I have a related question to this thread...
For simplicity, I have a programm with one command button. The following code is in the click event:
Private Sub Command1_Click()
Dim cnt as Double
for cnt = 0 to 5000000
DoEvents
next cnt
msgbox "all done counting"
End...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.