S
Sandy
Hi
I am trying to have a UserForm display for 10 seconds and then have the rest
of my sub proceed.
have tried
********
frmPrime.Show
Application.Wait Now + TimeValue("00:00:10")
frmPrime.Hide
********
but this just stops the code permanently. Any ideas?
Sandy
I am trying to have a UserForm display for 10 seconds and then have the rest
of my sub proceed.
have tried
********
frmPrime.Show
Application.Wait Now + TimeValue("00:00:10")
frmPrime.Hide
********
but this just stops the code permanently. Any ideas?
Sandy