Code is ...
Sub TENREPEAT()
WAITME.Show ("WAITME" is a userform with a picture)
For i = 1 To 10
Call RandomNumbers
Next i
WAITME.Hide
---------------------------------------
code is running in the background but
Userform not showing Picture until I activate VBA Editor
Please shed your light on it ..Thanks for your time
Sub TENREPEAT()
WAITME.Show ("WAITME" is a userform with a picture)
For i = 1 To 10
Call RandomNumbers
Next i
WAITME.Hide
---------------------------------------
code is running in the background but
Userform not showing Picture until I activate VBA Editor
Please shed your light on it ..Thanks for your time
Last edited: