F
ForSale
The following isn't working. what am i doing wrong?
UserForm2.Show
Application.Wait (Now() + TimeValue("0:00:04"))
Unload UserForm2
I'm trying to pop up a userform for 4 seconds, then close it.
I initally added some basic shapes - a rectangle and three arrows - an
did the same thing. it worked the first time, but then they wouldn'
pop up anymore, but that's not important.
thanks
UserForm2.Show
Application.Wait (Now() + TimeValue("0:00:04"))
Unload UserForm2
I'm trying to pop up a userform for 4 seconds, then close it.
I initally added some basic shapes - a rectangle and three arrows - an
did the same thing. it worked the first time, but then they wouldn'
pop up anymore, but that's not important.
thanks