L
LB79
Hello - Hope someone can help - this is driving me mad.
Ive looked at the other threads relating to this but the advice hasn
seemed to work for me.
I have a userform that has a button. When the button is pushed th
first userform should close and and a second should open. This work
except the first userform stays visible in the background.
Ive tried using DoEvents and unloading but this hasnt worked for me.
Ive tried the following codes:
Sub B()
form2.Show
form1.Hide
DoEvents
End Sub
Sub A()
form1.Hide
form2.Show
DoEvents
End Sub
Thank
Ive looked at the other threads relating to this but the advice hasn
seemed to work for me.
I have a userform that has a button. When the button is pushed th
first userform should close and and a second should open. This work
except the first userform stays visible in the background.
Ive tried using DoEvents and unloading but this hasnt worked for me.
Ive tried the following codes:
Sub B()
form2.Show
form1.Hide
DoEvents
End Sub
Sub A()
form1.Hide
form2.Show
DoEvents
End Sub
Thank