Hi,
I use the code below to pop up userform1, in which i have a label "check out the database". Then i wait for 3 seconds and the userform1 should disappear and userform3 should pop up whit another label in it.
The problem is that userform3 appears, but it's always empty.
What's wrong? Who can help me?
UserForm1.Show
Application.Wait (Now() + TimeValue("0:00:03"))
UserForm1.Hide
Userform3.show
Application.Wait (Now() + TimeValue("0:00:03"))
Userform3.hide
Bookmarks