L
leonidas
Hi,
I have some userforms and some code to get those userforms to work.
In a few userforms I end the code like:
Code:
--------------------
...
Unload Me
UserForm3.show
--------------------
And when I push the CommandButton2 (=Cancel) on this UserForm3 the
previous userform is back again.
The only problem is that the "Unload Me" command doesn't work so well.
UserForm3 comes in front of the previous userform, but the previous
userform isn't really disappearing?
Does someone know what the problem is? Thanks in advance!
I have some userforms and some code to get those userforms to work.
In a few userforms I end the code like:
Code:
--------------------
...
Unload Me
UserForm3.show
--------------------
And when I push the CommandButton2 (=Cancel) on this UserForm3 the
previous userform is back again.
The only problem is that the "Unload Me" command doesn't work so well.
UserForm3 comes in front of the previous userform, but the previous
userform isn't really disappearing?
Does someone know what the problem is? Thanks in advance!